Modify persistent-test blocker message

I've updated `persistent-test` on Hackage to have appropriate version bounds, so it should build when `persistent-2.11` is on Stackage.
This commit is contained in:
Matt Parsons 2020-11-06 09:37:17 -07:00 committed by GitHub
parent 7ec816ad43
commit 04718f7253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,7 +655,7 @@ packages:
- persistent-postgresql < 2.11 # via persistent-2.11
- persistent-sqlite < 2.11 # via persistent-2.11
- persistent-template < 2.8.3 # via persistent-2.11 (#5347/closed)
- persistent-test < 0 # https://github.com/commercialhaskell/stackage/issues/5641
- persistent-test < 0 # via persistent-2.11
# - stackage-curator # http-conduit 2.3 via amazonka
- store
- wai-extra