From 0bbb19886f4e422d8e8157e0815f39c6aa700ef5 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 31 Jan 2021 11:14:40 -0500 Subject: [PATCH] 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. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb92d3d..d0eb74a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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