File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -782,10 +782,7 @@ 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"
788
- ] ++ final . lib . optionals ( builtins . compareVersions config . compiler . version "8.11" < 0 ) [
785
+ ++ final . lib . optionals ( builtins . compareVersions config . compiler . version "8.11" < 0 ) [
789
786
"ghcjs-prim" "ghcjs-th" ] ) ;
790
787
} )
791
788
( { config , options , ...} : {
Original file line number Diff line number Diff line change @@ -108,7 +108,10 @@ in recurseIntoAttrs {
108
108
109
109
passthru = {
110
110
# Used for debugging with nix repl
111
- inherit packages project ;
111
+ packages = packages false ;
112
+ project = project false ;
113
+ packages-exact = packages true ;
114
+ project-exact = project true ;
112
115
} ;
113
116
} ;
114
117
}
You can’t perform that action at this time.
0 commit comments