From c79d6d7637fee54615686e8a57062313a5cae935 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 29 Sep 2019 11:50:35 -0700 Subject: [PATCH] Unblock password, keep expecting test failure, see #4654 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60cd9edb..3a389536 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5680,7 +5680,6 @@ packages: - monad-unlift-ref < 0 # via mutable-containers - xeno < 0 # via mutable-containers - pipes-category < 0 # via pipes-extras - - password < 0 # via scrypt # round 7 - pipes-misc < 0 # via pipes-category @@ -6564,7 +6563,7 @@ skipped-tests: # Test errors with modules not being visible - servant-ruby # https://github.com/commercialhaskell/stackage/issues/4650 - password-instances # https://github.com/commercialhaskell/stackage/issues/4653 - - password # https://github.com/commercialhaskell/stackage/issues/4654 + - password # https://github.com/cdepillabout/password/issues/2 - haskell-gi # https://github.com/commercialhaskell/stackage/issues/4661 - envelope # https://github.com/commercialhaskell/stackage/issues/4669 - algebraic-graphs # https://github.com/commercialhaskell/stackage/issues/4670