Allow vector-0.12.2, skip lens tests

This implements the plan set out in
https://github.com/commercialhaskell/stackage/issues/5851#issuecomment-770405905.

Fixes #5851.
This commit is contained in:
Ryan Scott 2021-01-31 11:14:40 -05:00
parent 4b8b016999
commit 0bbb19886f

View File

@ -5111,9 +5111,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
@ -5642,6 +5639,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