We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2abe5fe commit a0348e7Copy full SHA for a0348e7
pkgs/development/haskell-modules/with-packages-wrapper.nix
@@ -3,7 +3,7 @@
3
, postBuild ? ""
4
, haskellPackages
5
, ghcLibdir ? null # only used by ghcjs, when resolving plugins
6
-, extraOutputsToInstall ? [ "out" "doc" "lib" ]
+, extraOutputsToInstall ? [ "out" "doc" "lib" "bin" ]
7
}:
8
9
assert ghcLibdir != null -> (ghc.isGhcjs or false);
0 commit comments