From 6bc1f441fbdea670acd8334dd11116bf2f2f4ca1 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 31 Jan 2020 14:56:43 +0000 Subject: [PATCH] Restricted network-uri < 2.7.0.0 (#5116) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 384c49b1..945510a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,7 +10,7 @@ cabal-format-version: "2.4" # Constraints for brand new builds packages: "Geoffrey Mainland @mainland": - - exception-mtl + - exception-mtl[B - exception-transformers - mainland-pretty - ref-fd @@ -4344,7 +4344,7 @@ packages: - network-byte-order - network-info - network-ip - - network-uri + - network-uri < 2.7.0.0 # https://github.com/commercialhaskell/stackage/issues/5116 - newtype - nicify-lib - old-locale