We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hackage
mkStackPkgSet
1 parent e86f8bb commit 7b6bc0eCopy full SHA for 7b6bc0e
overlays/haskell.nix
@@ -110,7 +110,7 @@ final: prev: {
110
You may need to update haskell.nix to one that includes a newer stackage.nix.
111
'');
112
# The compiler referenced in the stack config
113
- compiler = (stack-pkgs.extras hackage).compiler or (pkg-def hackage).compiler;
+ compiler = (stack-pkgs.extras hackageForStack).compiler or (pkg-def hackageForStack).compiler;
114
patchesModule = ghcHackagePatches.${compiler.nix-name} or {};
115
# Remove fake packages generated from stack keywords used in ghc-options
116
removeStackSpecial = module: if builtins.typeOf module == "set"
0 commit comments