diff options
author | Erik Oosting | 2024-01-16 21:22:59 +0100 |
---|---|---|
committer | Erik Oosting | 2024-01-16 21:22:59 +0100 |
commit | a152771d93f39df22f666592b3de2293437ab904 (patch) | |
tree | 86229ce79e5e9ed551a49354f4b948094b74572e /haskell/pkgs | |
parent | cbc3b5d7ee843d4334580c282371b92de728cb94 (diff) |
added back 3 hours of work
hopefully this is all correct, I lost it when I forgot to soave
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; |