File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
materialized/ghcjs/ghc8107 Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 155
155
} ) ;
156
156
materialized = materialized-dir + "/ghcjs/${ compiler-nix-name } " ;
157
157
modules = [
158
- {
159
- # we need ghc-boot in here for ghcjs.
160
- nonReinstallablePkgs = [ "rts" "ghc-heap" "ghc-prim" "integer-gmp" "integer-simple" "base"
161
- "deepseq" "array" "ghc-boot-th" "pretty" "template-haskell"
162
- "ghc-boot" "binary" "bytestring" "filepath" "directory" "containers"
163
- "time" "unix" "Win32" ] ;
164
- }
165
158
( pkgs . lib . optionalAttrs ( ! isGhcjs88 ) {
166
159
packages . Cabal . patches = [ ./../overlays/patches/Cabal/fix-data-dir.patch ] ;
167
160
} )
179
172
packages . ghc . flags . ghci = true ;
180
173
packages . ghci . flags . ghci = true ;
181
174
# packages.ghcjs.components.library.configureFlags = [ "-fno-wrapper-install" ];
182
- packages . ghcjs . components . library . build-tools = [ alex ] ;
175
+ packages . ghcjs . components . library . build-tools = [ alex happy ] ;
183
176
}
184
177
] ;
185
178
} ) ;
You can’t perform that action at this time.
0 commit comments