summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2019-12-16 10:54:38 +0200
committerBen Gamari <ben@smart-cactus.org>2019-12-16 13:08:58 -0500
commitcd29148c3e5db37cac2c78eae6e3f209b045c007 (patch)
treec54ee62e51735e96d54d0f91d4a1d231e1b67feb
parentc7ff6775c34afe8926b119ba82754f3307ee794e (diff)
downloadhaskell-cd29148c3e5db37cac2c78eae6e3f209b045c007.tar.gz
Add index-state to hadrian/cabal.project
Then one is freer to omit upper bounds, as we won't pick any new entries on Hackage while building hadrian itself. (cherry picked from commit 9431f905a1eabcb823b65460560558c08fb55cd9)
-rw-r--r--hadrian/cabal.project3
1 files changed, 3 insertions, 0 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 84534dbf7b..7c37c1d50e 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -1,5 +1,8 @@
packages: ./
+-- This essentially freezes the build plan for hadrian
+index-state: 2019-12-16T07: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.
package Cabal