summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-03-25 21:36:20 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-03-25 21:36:20 +0800
commit72c234521be3c92940768b84e7d1fb3c8dc4deb7 (patch)
tree9b32e4ad81010057e1211cffaf2b0b630774de84
parent81df172290929ccf1694d5ef3aa4c171e8b291c8 (diff)
downloadhaskell-wip/angerman/fix-build-ghc-8.10.tar.gz
[hadrian] allow newer basewip/angerman/fix-build-ghc-8.10
-rw-r--r--hadrian/cabal.project2
1 files changed, 2 insertions, 0 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 7c37c1d50e..33543258ad 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -3,6 +3,8 @@ packages: ./
-- This essentially freezes the build plan for hadrian
index-state: 2019-12-16T07:24:23Z
+allow-newer: base
+
-- N.B. Compile with -O0 since this is not a performance-critical executable
-- and the Cabal takes nearly twice as long to build with -O1. See #16817.
package Cabal