From d0a146a5914f62414b1b09d88741bf0da7f277d9 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 22 Oct 2021 00:05:54 +0000 Subject: Give the RTS it's own configure script Currently it doesn't do much anything, we are just trying to introduce it without breaking the build. Later, we will move functionality from the top-level configure script over to it. We need to bump Cabal for https://github.com/haskell/cabal/pull/8649; to facilitate and existing hack of skipping some configure checks for the RTS we now need to skip just *part* not *all* of the "post configure" hook, as running the configure script (which we definitely want to do) is also implemented as part of the "post configure" hook. But doing this requires exposing functionality that wasn't exposed before. --- hadrian/hadrian.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hadrian/hadrian.cabal') diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal index b220f27462..9e0d177f76 100644 --- a/hadrian/hadrian.cabal +++ b/hadrian/hadrian.cabal @@ -147,7 +147,7 @@ executable hadrian , BangPatterns other-extensions: MultiParamTypeClasses , TypeFamilies - build-depends: Cabal >= 3.2 && < 3.9 + build-depends: Cabal >= 3.9 && < 3.10 , base >= 4.8 && < 5 , bytestring >= 0.10 && < 0.12 , containers >= 0.5 && < 0.7 -- cgit v1.2.1