From 17127b741bf0b9c86c72347ebb4da5f524328f6f Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Mon, 20 Jul 2020 22:03:53 -0400 Subject: [PATCH] Restricts rebase < 1.7 (#5524) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd40de48..eb5b795f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4890,6 +4890,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5525 - incremental-parser < 0.5 + + # https://github.com/commercialhaskell/stackage/issues/5524 + - rebase < 1.7 # end of packages