Skip to content

Commit

Permalink
Update testsuite to use unordered-containers also.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Dec 7, 2011
1 parent ed9d420 commit a5822f2
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions test/xmlhtml-testsuite.cabal
Expand Up @@ -8,19 +8,20 @@ Executable testsuite
main-is: TestSuite.hs

build-depends:
HUnit == 1.2.*,
directory == 1.0.*,
QuickCheck >= 2.3.0.2,
base == 4.*,
blaze-builder >= 0.2 && <0.4,
blaze-html >= 0.3.2 && < 0.5,
bytestring == 0.9.*,
containers >= 0.3 && <0.5,
parsec >= 3.0 && < 3.2,
test-framework >= 0.3.1 && <0.4,
test-framework-hunit >= 0.2.5 && <0.3,
HUnit == 1.2.*,
directory == 1.0.*,
QuickCheck >= 2.3.0.2,
base == 4.*,
blaze-builder >= 0.2 && < 0.4,
blaze-html >= 0.3.2 && < 0.5,
bytestring == 0.9.*,
containers >= 0.3 && < 0.5,
parsec >= 3.0 && < 3.2,
test-framework >= 0.3.1 && < 0.4,
test-framework-hunit >= 0.2.5 && < 0.3,
test-framework-quickcheck2 >= 0.2.6 && < 0.3,
text >= 0.11 && < 0.12

text >= 0.11 && < 0.12,
unordered-containers >= 0.1.4 && < 0.2

ghc-options: -O2 -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
-fno-warn-unused-do-bind

0 comments on commit a5822f2

Please sign in to comment.