Skip to content

Commit

Permalink
Sync with GHC head
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Sep 9, 2024
1 parent 1cde16d commit 1f8f158
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 185 deletions.
23 changes: 12 additions & 11 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
packages: .
../extra

-- source-repository-package
-- type: git
-- location: https://github.com/mitchellwrosen/fork--unix-compat.git
-- tag: f28060acd449643d267954647c1bb7c748c35fa9
-- location: https://github.com/ndmitchell/extra.git
-- tag: e5255e2741a7aba84aa767d5342a3c39cd8e11a0

-- repository head.hackage.ghc.haskell.org
-- url: https://ghc.gitlab.haskell.org/head.hackage/
-- secure: True
-- key-threshold: 3
-- root-keys:
-- f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
-- 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
-- 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
-- active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override
repository head.hackage.ghc.haskell.org
url: https://ghc.gitlab.haskell.org/head.hackage/
secure: True
key-threshold: 3
root-keys:
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override

-- optional-packages: packages/*/*.cabal

Expand Down
6 changes: 6 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,9 @@ rm -fr dist*
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=ghc-9.10.1
cabal configure -froundtrip --enable-tests --with-compiler=ghc-9.10.1

#--------------------------------------------------------------------
#- GHC 9.12.1

# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.11.20240908/bin/ghc --allow-newer
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.11.20240908/bin/ghc --allow-newer
cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.11.20240908/bin/ghc --allow-newer
Loading

0 comments on commit 1f8f158

Please sign in to comment.