fix lorri
This commit is contained in:
parent
adf4e8e2b9
commit
fe4bc8f556
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue