Skip to content

Commit

Permalink
Support HUnit 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenag committed May 17, 2017
1 parent cfabfcd commit c09b255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HTTP.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Test-Suite test
-- note: version constraints for dependencies shared with the library
-- should be the same
build-depends: HTTP,
HUnit >= 1.2.0.1 && < 1.6,
HUnit >= 1.2.0.1 && < 1.7,
httpd-shed >= 0.4 && < 0.5,
mtl >= 1.1.1.0 && < 2.3,
bytestring >= 0.9.1.5 && < 0.11,
Expand Down
2 changes: 1 addition & 1 deletion test/many-configurations
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test/with-ghc-7.6 test/check-package --constraint='httpd-shed==0.4' --constraint
test/with-ghc-7.6 test/check-package --constraint='httpd-shed>=0.4'

test/with-ghc-7.6 test/check-package --constraint='HUnit==1.2.0.1'
test/with-ghc-7.6 test/check-package --constraint='HUnit>=1.5'
test/with-ghc-7.6 test/check-package --constraint='HUnit>=1.6'

test/with-ghc-7.0 test/check-package --constraint='test-framework==0.2.0' --constraint 'entropy<0.2.2.4' -f-warp-tests
test/with-ghc-7.6 test/check-package --constraint='test-framework>=0.8'
Expand Down

0 comments on commit c09b255

Please sign in to comment.