Skip to content

Commit

Permalink
Bump testsuite dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Mar 12, 2012
1 parent 9f6c62a commit c14d7cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion hashtables.cabal
@@ -1,5 +1,5 @@
Name: hashtables Name: hashtables
Version: 1.0.1.2 Version: 1.0.1.3
Synopsis: Mutable hash tables in the ST monad Synopsis: Mutable hash tables in the ST monad
Homepage: http://github.com/gregorycollins/hashtables Homepage: http://github.com/gregorycollins/hashtables
License: BSD3 License: BSD3
Expand Down
38 changes: 19 additions & 19 deletions test/hashtables-test.cabal
Expand Up @@ -63,16 +63,16 @@ Executable testsuite
cc-options: -DUSE_SSE_4_1 -msse4.1 cc-options: -DUSE_SSE_4_1 -msse4.1
cpp-options: -DUSE_SSE_4_1 cpp-options: -DUSE_SSE_4_1


Build-depends: base >= 4 && <5, Build-depends: base >= 4 && <5,
hashable >= 1.1 && <2, hashable >= 1.1 && <2,
mwc-random == 0.8.*, mwc-random >= 0.8 && <0.13,
primitive, primitive,
QuickCheck >= 2.3.0.2, QuickCheck >= 2.3.0.2,
HUnit >= 1.2 && <2, HUnit >= 1.2 && <2,
test-framework >= 0.3.1 && <0.4, test-framework >= 0.3.1 && <0.6,
test-framework-quickcheck2 >= 0.2.6 && < 0.3, test-framework-quickcheck2 >= 0.2.6 && <0.3,
test-framework-hunit >= 0.2.6 && <3, test-framework-hunit >= 0.2.6 && <3,
vector >= 0.7 vector >= 0.7


cpp-options: -DTESTSUITE cpp-options: -DTESTSUITE


Expand Down Expand Up @@ -110,17 +110,17 @@ Executable compute-overhead
cc-options: -DUSE_SSE_4_1 -msse4.1 cc-options: -DUSE_SSE_4_1 -msse4.1
cpp-options: -DUSE_SSE_4_1 cpp-options: -DUSE_SSE_4_1


Build-depends: base >= 4 && <5, Build-depends: base >= 4 && <5,
hashable >= 1.1 && <2, hashable >= 1.1 && <2,
mwc-random == 0.8.*, mwc-random >= 0.8 && <0.13,
QuickCheck >= 2.3.0.2, QuickCheck >= 2.3.0.2 && <3,
HUnit >= 1.2 && <2, HUnit >= 1.2 && <2,
test-framework >= 0.3.1 && <0.4, test-framework >= 0.3.1 && <0.6,
test-framework-quickcheck2 >= 0.2.6 && < 0.3, test-framework-quickcheck2 >= 0.2.6 && <0.3,
test-framework-hunit >= 0.2.6 && <3, test-framework-hunit >= 0.2.6 && <3,
statistics == 0.8.*, statistics >= 0.8 && <0.11,
primitive, primitive,
vector >= 0.7 vector >= 0.7


if impl(ghc >= 7) if impl(ghc >= 7)
ghc-options: -rtsopts ghc-options: -rtsopts
Expand Down

0 comments on commit c14d7cf

Please sign in to comment.