From 5fcc9d2b680aeaeb869bb33cca4ebd7a988fd131 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Apr 2014 20:31:19 +0200 Subject: [PATCH] haskell-network-conduit: there is no code in this module to generate documentation for --- pkgs/development/libraries/haskell/network-conduit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/network-conduit/default.nix b/pkgs/development/libraries/haskell/network-conduit/default.nix index 7c7b649311a..1f252c03660 100644 --- a/pkgs/development/libraries/haskell/network-conduit/default.nix +++ b/pkgs/development/libraries/haskell/network-conduit/default.nix @@ -5,6 +5,7 @@ cabal.mkDerivation (self: { version = "1.1.0"; sha256 = "06amxl8rg4zfnmgc1iyq5mxy9qihcqddqgqkbfvaf25mwr43992p"; buildDepends = [ conduit ]; + noHaddock = true; meta = { homepage = "http://github.com/snoyberg/conduit"; description = "Stream socket data using conduits. (deprecated)";