From 0546d4cb207e27245d730ea8694b69a2fce871b7 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sat, 28 Mar 2020 00:24:16 +0000 Subject: [PATCH] Restricts repline < 0.3 (#5269) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8a880a9..12c4a3e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2976,7 +2976,7 @@ packages: "Stephen Diehl @sdiehl": - llvm-hs-pretty < 0 # compilation failure - protolude - - repline + - repline < 0.3 # https://github.com/commercialhaskell/stackage/issues/5269 - picosat < 0 - aos-signature < 0 # via protolude # https://github.com/commercialhaskell/stackage/issues/4682