From 306953581dad6ca52a83f25dca241e24d34b01eb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 31 Oct 2016 16:23:16 +0100 Subject: [PATCH] haskell-swagger: disable Haddock phase Citing from http://hydra.cryp.to/build/2035868/nixlog/1/raw: haddock: internal error: spliceURL UnhelpfulSpan --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 46a37647fde..8bd6f632a3c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -149,6 +149,7 @@ self: super: { network-conduit = dontHaddock super.network-conduit; 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 wai-test = dontHaddock super.wai-test; zlib-conduit = dontHaddock super.zlib-conduit;