From dc2acd07c718bf2eb42483bd94f64f851db5fcda Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Mar 2021 07:52:13 -0800 Subject: [PATCH] Upper bound `password{,-instances}` due to missing `password-types` (#5908) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd36c0f1..ffa985ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2520,8 +2520,8 @@ packages: - envelope - from-sum - natural-transformation - - password - - password-instances + - password < 3 # https://github.com/commercialhaskell/stackage/issues/5908 + - password-instances < 3 # https://github.com/commercialhaskell/stackage/issues/5908 - pretty-simple - print-console-colors - read-env-var