diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2020-06-17 11:24:36 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-18 23:05:36 -0400 |
commit | 8ce6c393888fad5d52dfe0bff9b72cd1cf9facc0 (patch) | |
tree | 4875ee6f139032990bb822278b06e7bc6f78acc3 /hadrian | |
parent | 95e18292731cd799e024976f11c18fdf34bcb777 (diff) | |
download | haskell-8ce6c393888fad5d52dfe0bff9b72cd1cf9facc0.tar.gz |
hadrian: Bump pinned cabal.project to an existent index-state
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/cabal.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project index 569dce04b5..6d928fe37f 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-03-28T07:24:23Z +index-state: 2020-06-16T03:59:14Z -- 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. |