We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047d832 commit e70d7e8Copy full SHA for e70d7e8
shell.nix
@@ -17,7 +17,8 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
17
# for all other compilers there is no Nix cache so dont bother building deps with NIx
18
else haskell.packages.${compiler}.ghcWithPackages (_: []);
19
20
- compilerWithPackages = haskellPackagesForProject(p:
+ retrie = with haskell.lib; dontCheck(disableLibraryProfiling(haskellPackages.retrie));
21
+ compilerWithPackages = haskellPackagesForProject(p:
22
with p;
23
[
24
Diff
@@ -66,6 +67,7 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
66
67
primes
68
psqueues
69
regex-tdfa
70
+ retrie
71
rope-utf16-splay
72
safe-exceptions
73
shake
0 commit comments