summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-03-29 15:27:20 +0200
committerAndreas Klebinger <klebinger.andreas@gmx.at>2020-03-29 15:27:24 +0200
commitf4a5be6847b661972da47ba708feef802f77b6b5 (patch)
tree12b05d60fcc70bffc1e2e02687344fc66b755e0e
parent6d172e63f3dd3590b0a57371efb8f924f1fcdf05 (diff)
downloadhaskell-f4a5be6847b661972da47ba708feef802f77b6b5.tar.gz
Update hadrian index revision.wip/andreask/hadrian_idx_state
Required in order to build hadrian using ghc-8.10
-rw-r--r--hadrian/cabal.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 7c37c1d50e..569dce04b5 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -1,7 +1,7 @@
packages: ./
-- This essentially freezes the build plan for hadrian
-index-state: 2019-12-16T07:24:23Z
+index-state: 2020-03-28T07:24:23Z
-- 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.