Skip to content

Commit

Permalink
Bump dependency on bytestring
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jun 15, 2012
1 parent d59ba29 commit c1b5863
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/benchmarks/text-benchmarks.cabal
Expand Up @@ -24,7 +24,7 @@ executable text-benchmarks
cpp-options: -DHAVE_DEEPSEQ
build-depends: base >= 4 && < 5,
criterion >= 0.5 && < 0.7,
bytestring >= 0.9 && < 0.10,
bytestring >= 0.9,
deepseq >= 1.1 && < 1.2,
filepath >= 1.1 && < 1.3,
directory >= 1.1 && < 1.2,
Expand Down
4 changes: 2 additions & 2 deletions tests/tests/text-tests.cabal
Expand Up @@ -37,7 +37,7 @@ executable text-tests
build-depends:
text-tests,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
bytestring >= 0.9,
deepseq >= 1.1,
directory >= 1.1 && < 1.2,
random >= 1.0 && < 1.1,
Expand Down Expand Up @@ -118,7 +118,7 @@ library
build-depends:
array,
base >= 4 && < 5,
bytestring >= 0.9 && < 1.0,
bytestring >= 0.9,
deepseq >= 1.1,
integer-gmp >= 0.2 && < 0.3,
ghc-prim >= 0.2 && < 0.3
4 changes: 2 additions & 2 deletions text.cabal
Expand Up @@ -124,7 +124,7 @@ library
build-depends:
array,
base < 5,
bytestring >= 0.9 && < 1.0
bytestring >= 0.9
if impl(ghc >= 6.10)
build-depends:
ghc-prim, base >= 4, deepseq >= 1.1.0.0
Expand Down Expand Up @@ -168,7 +168,7 @@ test-suite tests

build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
bytestring >= 0.9,
deepseq >= 1.1,
ghc-prim,
directory >= 1.0 && < 1.2,
Expand Down

0 comments on commit c1b5863

Please sign in to comment.