diff options
Diffstat (limited to 'haskell/pkgs')
-rw-r--r-- | haskell/pkgs/llvm-codegen.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell/pkgs/llvm-codegen.nix b/haskell/pkgs/llvm-codegen.nix index 57a95c8..76e6a8d 100644 --- a/haskell/pkgs/llvm-codegen.nix +++ b/haskell/pkgs/llvm-codegen.nix @@ -21,6 +21,7 @@ mkDerivation { base bytestring containers dlist ghc-prim hspec hspec-hedgehog mmorph mtl neat-interpolation text text-builder-linear ]; + doHaddock = false; testToolDepends = [ llvm-config ]; homepage = "https://github.com/luc-tielen/llvm-codegen"; license = lib.licenses.bsd3; |