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.
1 parent e44f618 commit 0439590Copy full SHA for 0439590
shell.nix
@@ -15,7 +15,7 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
15
if compiler == "default" || compiler == defaultCompiler
16
then haskellPackages.ghcWithPackages p
17
# for all other compilers there is no Nix cache so dont bother building deps with NIx
18
- else haskell.packages.${compiler}.ghcWithPackages [];
+ else haskell.packages.${compiler}.ghcWithPackages (_: []);
19
20
compilerWithPackages = haskellPackagesForProject(p:
21
with p;
0 commit comments