summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPierre Radermecker <pradermecker@cirb.brussels>2017-02-02 13:17:52 +0100
committerPierre Radermecker <pradermecker@cirb.brussels>2017-02-02 13:17:52 +0100
commitf08bbb90c0e55a7e36751d0d139fd16bd47af58f (patch)
tree3b0ad3204640f74d4cd9c670000e67ed016ddc6f /pkgs/development/haskell-modules/configuration-common.nix
parentff84af0337dfeabe2bbb7033a1074a6e1189b2eb (diff)
downloadnixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.tar
nixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.tar.gz
nixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.tar.bz2
nixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.tar.lz
nixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.tar.xz
nixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.tar.zst
nixpkgs-f08bbb90c0e55a7e36751d0d139fd16bd47af58f.zip
haskell-swagger2: don't haddock to fix haddock build error
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 0266cbe5a37..37d3373103a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -162,6 +162,7 @@ self: super: {
   shakespeare-js = dontHaddock super.shakespeare-js;
   shakespeare-text = dontHaddock super.shakespeare-text;
   swagger = dontHaddock super.swagger;  # http://hydra.cryp.to/build/2035868/nixlog/1/raw
+  swagger2 = dontHaddock super.swagger2;
   wai-test = dontHaddock super.wai-test;
   zlib-conduit = dontHaddock super.zlib-conduit;