Fixes persistent-mysql bounds

This commit is contained in:
Joe Kachmar 2020-11-06 05:34:03 +00:00 committed by GitHub
parent bca7be090e
commit 5913d63b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -651,7 +651,7 @@ packages:
- mime-types
- network-conduit-tls
- persistent < 2.11 # https://github.com/commercialhaskell/stackage/issues/5724
- persistent-mysql < 2.10 # via persistent-2.11
- persistent-mysql < 2.10.3 # via persistent-2.11
- 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)