summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 17:49:39 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commitd0a1d73438778a9c2d7f36a6e83b8158c9a91ae9 (patch)
treea82f70a88e684b9196d5b0597bf392b5c57f7586 /pkgs
parenta2b742f80c6c4a03f894fe1e74d31bd4abcdd06e (diff)
downloadnixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.tar
nixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.tar.gz
nixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.tar.bz2
nixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.tar.lz
nixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.tar.xz
nixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.tar.zst
nixpkgs-d0a1d73438778a9c2d7f36a6e83b8158c9a91ae9.zip
haskell.packages.ghc881.vault: avoid build issue with docs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index e6f5a8c1f5c..aad21b5817a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -159,4 +159,5 @@ self: super: {
     sha256 = "0a3159rnaw6shjzdm46799crd4pxh33s23qy51xa7z6nv5q8wsb5";
   });
   tls = self.tls_1_5_1;
+  vault = dontHaddock super.vault;
 }