From 1ae828cad16726824dcb515eba41c31d26404f75 Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Fri, 25 Jan 2013 04:39:03 -0500 Subject: [PATCH] bump to 1.0 --- trifecta.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/trifecta.cabal b/trifecta.cabal index 1aa8408..33ef06d 100644 --- a/trifecta.cabal +++ b/trifecta.cabal @@ -1,6 +1,6 @@ name: trifecta category: Text, Parsing, Diagnostics, Pretty Printer, Logging -version: 0.91 +version: 1.0 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE @@ -47,28 +47,28 @@ library ansi-wl-pprint >= 0.6.5 && < 0.7, ansi-terminal >= 0.6 && < 0.7, array >= 0.3.0.2 && < 0.5, - base >= 4.4 && < 5, + base >= 4.4 && < 5, blaze-builder >= 0.3.0.1 && < 0.4, blaze-html >= 0.5 && < 0.6, blaze-markup >= 0.5 && < 0.6, bytestring >= 0.9.1 && < 0.11, - charset >= 0.3.2.1, - comonad == 3.0.*, + charset >= 0.3.2.1 && < 1, + comonad == 3.*, containers >= 0.3 && < 0.6, deepseq >= 1.2.0.1 && < 1.4, fingertree >= 0.0.1 && < 0.1, ghc-prim, hashable >= 1.2 && < 1.3, - keys >= 3, lens >= 3.8, mtl >= 2.0.1 && < 2.2, - parsers >= 0.5, - reducers >= 3, + parsers >= 0.5 && < 1, + reducers == 3.*, semigroups >= 0.8.3.1, transformers >= 0.2 && < 0.4, unordered-containers >= 0.2.1 && < 0.3, utf8-string >= 0.3.6 && < 0.4 + --keys == 3.*, test-suite doctests type: exitcode-stdio-1.0 main-is: doctests.hs