Skip to content

Commit

Permalink
bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jan 25, 2013
1 parent e7bfac0 commit 1ae828c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ae828c

Please sign in to comment.