File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -782,6 +782,9 @@ final: prev: {
782
782
"ghc-bignum" ]
783
783
++ final . lib . optionals ( builtins . compareVersions config . compiler . version "9.9" >= 0 ) [
784
784
"ghc-internal" ]
785
+ ++ final . lib . optionals ( pkgs . stdenv . hostPlatform . isGhcjs ) ( [
786
+ # ghci and its dependencies
787
+ "ghci" "binary" "bytestring" "containers" "template-haskell" "array" "deepseq" "filepath" "ghc-boot" "ghc-boot-th" "ghc-heap" "transformers" "unix" "directory" "time" "ghc-platform" "os-string" ]
785
788
++ final . lib . optionals ( builtins . compareVersions config . compiler . version "8.11" < 0 ) [
786
789
"ghcjs-prim" "ghcjs-th" ] ) ;
787
790
} )
Original file line number Diff line number Diff line change 10
10
cabalProjectLocal = ''
11
11
if arch(javascript)
12
12
extra-packages: ghci
13
+ constraints: ghcjs installed
13
14
constraints: text -simdutf, text source
14
15
'' ;
15
16
} ;
You can’t perform that action at this time.
0 commit comments