Skip to content

Commit a0348e7

Browse files
committedDec 20, 2017
ghcWithPackages: also install bin for bw compatibility
1 parent 2abe5fe commit a0348e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/haskell-modules/with-packages-wrapper.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
, postBuild ? ""
44
, haskellPackages
55
, ghcLibdir ? null # only used by ghcjs, when resolving plugins
6-
, extraOutputsToInstall ? [ "out" "doc" "lib" ]
6+
, extraOutputsToInstall ? [ "out" "doc" "lib" "bin" ]
77
}:
88

99
assert ghcLibdir != null -> (ghc.isGhcjs or false);

0 commit comments

Comments
 (0)
Please sign in to comment.