summaryrefslogtreecommitdiff
path: root/hadrian/cabal.project
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2021-03-03 15:43:19 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-05 14:01:20 -0500
commit6141aef49b37297e94c9e33a977438c2de15d086 (patch)
treead64f5f9799c0300ad20ae38a7d7e45a8f057cea /hadrian/cabal.project
parentb5155a6c74e774d99a67f2b5c8c06b70ad5e5b2e (diff)
downloadhaskell-6141aef49b37297e94c9e33a977438c2de15d086.tar.gz
Update bounds/hadrian to fix bootstrapping with 9.0.
This fixes #19484. In detail we: * Bump the index-state of hackage. * Require alex-3.2.6, as alex-3.2.5 doesn't build with 9.0. * Allow Cabal-3.4 as 3.2 doesn't build with ghc 9.0. * Allow a newer QuickCheck version that accepts the new base version. * Some code changes to account for Cabal changes.
Diffstat (limited to 'hadrian/cabal.project')
-rw-r--r--hadrian/cabal.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 834cd17362..ed0e5f768e 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -1,7 +1,7 @@
packages: ./
-- This essentially freezes the build plan for hadrian
-index-state: 2020-12-21T14:48:20Z
+index-state: 2021-03-03T13:52:16Z
-- 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.