[Git][ghc/ghc][wip/T23490-part2] 2 commits: Update hackage index state
Matthew Craven (@clyring)
gitlab at gitlab.haskell.org
Thu Jun 27 03:58:32 UTC 2024
Matthew Craven pushed to branch wip/T23490-part2 at Glasgow Haskell Compiler / GHC
Commits:
926d0ecb by Matthew Craven at 2024-06-26T23:57:58-04:00
Update hackage index state
- - - - -
54f37a54 by Matthew Craven at 2024-06-26T23:57:59-04:00
Remove reference to non-existent file in haddock.cabal
- - - - -
3 changed files:
- .gitlab/ci.sh
- hadrian/cabal.project
- utils/haddock/haddock.cabal
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -7,7 +7,7 @@
set -Eeuo pipefail
# Configuration:
-HACKAGE_INDEX_STATE="2024-05-13T15:04:38Z"
+HACKAGE_INDEX_STATE="2024-06-27T02:07:41Z"
MIN_HAPPY_VERSION="1.20"
MIN_ALEX_VERSION="3.2.6"
=====================================
hadrian/cabal.project
=====================================
@@ -4,7 +4,7 @@ packages: ./
-- This essentially freezes the build plan for hadrian
-- It would be wise to keep this up to date with the state set in ci.sh
-index-state: 2024-05-13T15:04:38Z
+index-state: 2024-06-27T02:07:41Z
-- unordered-containers-0.2.20-r1 requires template-haskell < 2.22
-- ghc-9.10 has template-haskell-2.22.0.0
=====================================
utils/haddock/haddock.cabal
=====================================
@@ -43,7 +43,6 @@ extra-source-files:
doc/README.md
doc/*.rst
doc/conf.py
- haddock-api/src/haddock.sh
html-test/src/*.hs
html-test/ref/*.html
hypsrc-test/src/*.hs
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1dccd2d8d9cc45fb1f7749373495b7bd459cd068...54f37a5454a0307b4a3f2c7575e5be7884e9354f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1dccd2d8d9cc45fb1f7749373495b7bd459cd068...54f37a5454a0307b4a3f2c7575e5be7884e9354f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240626/d12cf643/attachment-0001.html>
More information about the ghc-commits
mailing list