Skip to content

Commit

Permalink
Loosen constraints on deepseq
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Nov 2, 2011
1 parent d282223 commit 97c90a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/tests/text-tests.cabal
Expand Up @@ -38,7 +38,7 @@ executable text-tests
text-tests,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
deepseq >= 1.1 && < 1.2,
deepseq >= 1.1,
directory >= 1.1 && < 1.2,
random >= 1.0 && < 1.1,
QuickCheck >= 2.4 && < 2.5,
Expand Down Expand Up @@ -119,6 +119,6 @@ library
array,
base >= 4 && < 5,
bytestring >= 0.9 && < 1.0,
deepseq >= 1.1 && < 1.2,
deepseq >= 1.1,
integer-gmp >= 0.2 && < 0.3,
ghc-prim >= 0.2 && < 0.3
4 changes: 2 additions & 2 deletions text.cabal
@@ -1,5 +1,5 @@
name: text
version: 0.11.1.7
version: 0.11.1.8
homepage: https://github.com/bos/text
bug-reports: https://github.com/bos/text/issues
synopsis: An efficient packed Unicode text type.
Expand Down Expand Up @@ -150,7 +150,7 @@ test-suite tests
build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
deepseq >= 1.1 && < 1.2,
deepseq >= 1.1,
directory >= 1.0 && < 1.2,
random >= 1.0 && < 1.1,
QuickCheck >= 2.4 && < 2.5,
Expand Down

0 comments on commit 97c90a4

Please sign in to comment.