File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 71
71
integer-gmp = "libraries/integer-gmp" ;
72
72
template-haskell = "libraries/template-haskell" ;
73
73
iserv = "utils/iserv" ;
74
+ ghc-boot = "libraries/ghc-boot" ;
74
75
} // final . lib . optionalAttrs ( ( ! final . stdenv . hostPlatform . isGhcjs || builtins . compareVersions ghcVersion "9.6" < 0 ) && builtins . compareVersions ghcVersion "9.8" < 0 ) {
75
76
libiserv = "libraries/libiserv" ;
76
77
} // final . lib . optionalAttrs ( ! final . stdenv . hostPlatform . isGhcjs || builtins . compareVersions ghcVersion "9" > 0 ) {
77
78
ghc = "compiler" ;
78
- ghc-boot = "libraries/ghc-boot" ;
79
79
} // (
80
80
if builtins . compareVersions ghcVersion "9.4" < 0
81
81
then {
Original file line number Diff line number Diff line change 9
9
src = testSrc "js-template-haskell" ;
10
10
cabalProjectLocal = ''
11
11
if arch(javascript)
12
- if impl(ghc>9)
13
- extra-packages: ghci
12
+ extra-packages: ghci
14
13
'' ;
15
14
} ;
16
15
You can’t perform that action at this time.
0 commit comments