File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1110,13 +1110,13 @@ in {
11101110 # hackage with haskell.nix. For alex and happy we
11111111 # need to use the boot strap compiler as we need them
11121112 # to build ghcs from source.
1113- alex = final . haskell-nix . tool buildBootstrapper . compilerNixName "alex" ( { config , pkgs , ...} : {
1113+ alex = final . haskell-nix . tool "ghc8107" "alex" ( { config , pkgs , ...} : {
11141114 compilerSelection = p : p . haskell . compiler ;
11151115 version = "3.2.4" ;
11161116 inherit ghcOverride index-state ;
11171117 materialized = ../materialized/bootstrap + "/${ buildBootstrapper . compilerNixName } /alex" ;
11181118 } ) ;
1119- happy = final . haskell-nix . tool buildBootstrapper . compilerNixName "happy"
1119+ happy = final . haskell-nix . tool "ghc8107" "happy"
11201120 ( { config , pkgs , ...} : {
11211121 compilerSelection = p : p . haskell . compiler ;
11221122 version = "1.19.12" ;
You can’t perform that action at this time.
0 commit comments