From 929b2f0ad119305ce8fc91929514583986e2e277 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Mar 2021 23:03:55 +0100 Subject: [PATCH] update network-uri bound to include later non-deprecated releases --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4b2b515..7f595e53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4793,7 +4793,7 @@ packages: - network-byte-order - network-info - network-ip - - network-uri < 2.7.0.0 # https://github.com/commercialhaskell/stackage/issues/5116 + - network-uri < 2.7.0.0 || > 2.7.0.0 # 2.7.0.0 was deprecated, don't remove bound until >2.7.0.0 is released. - newtype - nicify-lib - old-locale