From a5e54bc9e5180bb641ffccb321b582ca665d5253 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sat, 14 Nov 2020 21:40:37 +0000 Subject: [PATCH] Restricts hyper < 0.2 (#5741) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01cbd6b5..b50b9ed0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -483,7 +483,7 @@ packages: - topograph - ix-shapable - hsshellscript - - hyper + - hyper < 0.2 # https://github.com/commercialhaskell/stackage/issues/5741 - storable-endian "Jeremy Barisch-Rooney @barischrooneyj":