Skip to content

Commit e70d7e8

Browse files
committed
add retrie to shell.nix
1 parent 047d832 commit e70d7e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shell.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
1717
# for all other compilers there is no Nix cache so dont bother building deps with NIx
1818
else haskell.packages.${compiler}.ghcWithPackages (_: []);
1919

20-
compilerWithPackages = haskellPackagesForProject(p:
20+
retrie = with haskell.lib; dontCheck(disableLibraryProfiling(haskellPackages.retrie));
21+
compilerWithPackages = haskellPackagesForProject(p:
2122
with p;
2223
[
2324
Diff
@@ -66,6 +67,7 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
6667
primes
6768
psqueues
6869
regex-tdfa
70+
retrie
6971
rope-utf16-splay
7072
safe-exceptions
7173
shake

0 commit comments

Comments
 (0)