diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2019-12-16 10:54:38 +0200 |
---|---|---|
committer | Oleg Grenrus <oleg.grenrus@iki.fi> | 2019-12-16 10:55:50 +0200 |
commit | 9431f905a1eabcb823b65460560558c08fb55cd9 (patch) | |
tree | c1e6f6f623ba1825aa9bce9ad13e3630c6a8ac97 | |
parent | cc7d56506cb0ab49c385498a2139954397e3c782 (diff) | |
download | haskell-9431f905a1eabcb823b65460560558c08fb55cd9.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.
-rw-r--r-- | hadrian/cabal.project | 3 |
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 |