From e72dbea78758bdb0d201ef32eebd5e539d12281e Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Wed, 25 Oct 2023 22:33:00 +0200 Subject: [PATCH] Temporarily add `allow-newer: rere:base` to `cabal.project` This addition can be removed once the `rere` has been released for GHC 9.8. --- cabal.project | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cabal.project b/cabal.project index f98fec9889b..5f354f0e742 100644 --- a/cabal.project +++ b/cabal.project @@ -27,5 +27,9 @@ constraints: these -assoc constraints: text >= 2.0 constraints: time >= 1.12 +-- Andreas, 2023-10-20, https://github.com/haskell/cabal/issues/9368 +-- Package 'rere' is the last blocking building with GHC 9.8.1 +allow-newer: rere-0.2:base + program-options ghc-options: -fno-ignore-asserts