Skip to content

Commit

Permalink
Relax upper bound on attoparsec-enumerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Nov 30, 2011
1 parent 95f99e4 commit 80bca6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion snap-server.cabal
Expand Up @@ -101,7 +101,7 @@ Library
build-depends:
array >= 0.2 && <0.4,
attoparsec >= 0.8.1 && < 0.11,
attoparsec-enumerator >= 0.2.0.1 && < 0.3,
attoparsec-enumerator >= 0.2.0.1 && < 0.4,
base >= 4 && < 5,
binary >= 0.5 && < 0.6,
blaze-builder >= 0.2.1.4 && < 0.4,
Expand Down
6 changes: 3 additions & 3 deletions test/snap-server-testsuite.cabal
Expand Up @@ -24,7 +24,7 @@ Executable testsuite
QuickCheck >= 2,
array >= 0.3 && <0.4,
attoparsec >= 0.8.1 && < 0.11,
attoparsec-enumerator >= 0.2.0.1 && < 0.3,
attoparsec-enumerator >= 0.2.0.1 && < 0.4,
base >= 4 && < 5,
base16-bytestring == 0.1.*,
binary >= 0.5 && < 0.6,
Expand Down Expand Up @@ -100,7 +100,7 @@ Executable pongserver
QuickCheck >= 2,
array >= 0.3 && <0.4,
attoparsec >= 0.8.1 && < 0.11,
attoparsec-enumerator >= 0.2.0.1 && < 0.3,
attoparsec-enumerator >= 0.2.0.1 && < 0.4,
base >= 4 && < 5,
base16-bytestring == 0.1.*,
blaze-builder >= 0.2.1.4 && <0.4,
Expand Down Expand Up @@ -176,7 +176,7 @@ Executable testserver
QuickCheck >= 2,
array >= 0.3 && <0.4,
attoparsec >= 0.8.1 && < 0.11,
attoparsec-enumerator >= 0.2.0.1 && < 0.3,
attoparsec-enumerator >= 0.2.0.1 && < 0.4,
base >= 4 && < 5,
binary >= 0.5 && < 0.6,
blaze-builder >= 0.2.1.4 && <0.4,
Expand Down

0 comments on commit 80bca6f

Please sign in to comment.