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 {
1110
1110
# hackage with haskell.nix. For alex and happy we
1111
1111
# need to use the boot strap compiler as we need them
1112
1112
# 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 , ...} : {
1114
1114
compilerSelection = p : p . haskell . compiler ;
1115
1115
version = "3.2.4" ;
1116
1116
inherit ghcOverride index-state ;
1117
1117
materialized = ../materialized/bootstrap + "/${ buildBootstrapper . compilerNixName } /alex" ;
1118
1118
} ) ;
1119
- happy = final . haskell-nix . tool buildBootstrapper . compilerNixName "happy"
1119
+ happy = final . haskell-nix . tool "ghc8107" "happy"
1120
1120
( { config , pkgs , ...} : {
1121
1121
compilerSelection = p : p . haskell . compiler ;
1122
1122
version = "1.19.12" ;
You can’t perform that action at this time.
0 commit comments