Remove hspec-wai-json upper bound, move and bump hspec-wai upper bound for #5940. Closes #5662

This commit is contained in:
Adam Bergmark 2021-03-15 22:46:49 +01:00
parent 6094c2c448
commit 5e58343562

View File

@ -1024,8 +1024,8 @@ packages:
- hspec
- hspec-core
- hspec-discover
- hspec-wai < 0.11 # https://github.com/commercialhaskell/stackage/issues/5662
- hspec-wai-json < 0.11 # https://github.com/commercialhaskell/stackage/issues/5662
- hspec-wai < 0.11.1 # https://github.com/commercialhaskell/stackage/issues/5940
- hspec-wai-json
- aeson-qq
- interpolate
- doctest < 0.17 # https://github.com/commercialhaskell/stackage/issues/5574