Remove upper bounds and close #2595

This commit is contained in:
Michael Snoyman 2017-07-27 13:00:01 +03:00
parent f316e6bee0
commit 523d266a3f
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -288,7 +288,6 @@ packages:
- async - async
- base16-bytestring - base16-bytestring
- c2hs - c2hs
- cassava
- csv-conduit - csv-conduit
- executable-hash - executable-hash
- executable-path - executable-path
@ -3188,6 +3187,7 @@ packages:
- type-list - type-list
- vinyl-utils - vinyl-utils
- language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4
- cassava
# If you want to make sure a package is removed from stackage, # If you want to make sure a package is removed from stackage,
# place it here with a `< 0` constraint and send a pull # place it here with a `< 0` constraint and send a pull
@ -3214,10 +3214,6 @@ packages:
# https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build
- haddock < 2.17.5 - haddock < 2.17.5
# https://github.com/fpco/stackage/issues/2595
- cassava < 0.5.0.0
- cassava-conduit < 0.4.0.0 # because of above and #2586
# https://github.com/fpco/stackage/issues/2607 # https://github.com/fpco/stackage/issues/2607
- http-media < 0.7.0 - http-media < 0.7.0
@ -3350,6 +3346,9 @@ package-flags:
mintty: mintty:
win32-2-5: false win32-2-5: false
cassava:
pre-bytestring-0-10-4: false
# end of package-flags # end of package-flags
# Special configure options for individual packages # Special configure options for individual packages
@ -3580,6 +3579,7 @@ skipped-tests:
- tar - tar
- vector-builder - vector-builder
- zlib - zlib
- text-short
# end of skipped-tests # end of skipped-tests