fix lorri

This commit is contained in:
nek0 2019-12-19 17:52:54 +01:00
parent adf4e8e2b9
commit fe4bc8f556
1 changed files with 4 additions and 0 deletions

View File

@ -4,4 +4,8 @@
pkgs.haskell-nix.cabalProject {
src = pkgs.haskell-nix.haskellLib.cleanGit { src = ./.; };
ghc = pkgs.buildPackages.pkgs.haskell-nix.compiler.${haskellCompiler};
modules = [
{ packages."fail".components."library".doHaddock = false;
}
];
}