Skip to content
Snippets Groups Projects

Add GHC-9.6 image for testing bootstrapping

Closed Matthew Pickering requested to merge wip/ghc-9_6 into master
Files
2
@@ -8,7 +8,7 @@ let
@@ -8,7 +8,7 @@ let
let
let
binDir: Text = "${outDir}/bin"
binDir: Text = "${outDir}/bin"
let
let
hackageIndexState: Text = "2022-12-01T00:00:00Z"
hackageIndexState: Text = "2023-03-30T00:00:00Z"
let
let
cabalInstall: List Text -> CF.Type = \(args : List Text) ->
cabalInstall: List Text -> CF.Type = \(args : List Text) ->
@@ -21,7 +21,7 @@ let
@@ -21,7 +21,7 @@ let
$CABAL \
$CABAL \
--store-dir=${outDir}/store \
--store-dir=${outDir}/store \
v2-install \
v2-install \
--constraint='alex ^>= 3.2.6' \
--constraint='alex ^>= 3.2.7' \
--constraint='happy ^>= 1.20' \
--constraint='happy ^>= 1.20' \
--with-compiler=$GHC \
--with-compiler=$GHC \
--enable-static \
--enable-static \
Loading