Merge pull request #5854 from RyanGlScott/master

Allow vector-0.12.2, skip lens tests
This commit is contained in:
Alexey Zabelin 2021-02-03 19:40:16 -06:00 committed by GitHub
commit 0d1714f3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5114,9 +5114,6 @@ packages:
# https://github.com/commercialhaskell/stackage/issues/5849
- cryptonite < 0.28
# https://github.com/commercialhaskell/stackage/issues/5851
- vector < 0.12.2
# end of packages
# Package flags are applied to individual packages, and override the values of
@ -5645,6 +5642,8 @@ skipped-tests:
# via tasty-1.4 https://github.com/commercialhaskell/stackage/issues/5795
- lukko
# via vector-0.12.2 https://github.com/commercialhaskell/stackage/issues/5851
- lens
# end of skipped-tests