From 187ac9cabc4bb1676474f563883adb2656ccb09e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Mon, 20 Jul 2020 22:40:48 -0400 Subject: [PATCH] Restricts rerebase < 1.7 (#5524) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb5b795f..102915f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4887,12 +4887,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5524 - dlist < 1.0 + - rebase < 1.7 + - rerebase < 1.7 # https://github.com/commercialhaskell/stackage/issues/5525 - incremental-parser < 0.5 - - # https://github.com/commercialhaskell/stackage/issues/5524 - - rebase < 1.7 # end of packages