From a62266a1d769b6f8e3fd5aa4029cad8f0eea688b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Apr 2013 13:20:21 +0200 Subject: [PATCH] haskell-shakespeare-css: revert "disable Haddock generation to fix the build" This reverts commit 73b4546fa80caacc2cad8f4d697ab5906d456ba6. Accidentally committed in the wrong branch. --- pkgs/development/libraries/haskell/shakespeare-css/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/shakespeare-css/default.nix b/pkgs/development/libraries/haskell/shakespeare-css/default.nix index 55927455b78..486b8a1cc27 100644 --- a/pkgs/development/libraries/haskell/shakespeare-css/default.nix +++ b/pkgs/development/libraries/haskell/shakespeare-css/default.nix @@ -6,7 +6,6 @@ cabal.mkDerivation (self: { sha256 = "0zk4nb4v9x04vkkgbzqanfpqgw9pqinf76l7d85fzclfgwacd0bz"; buildDepends = [ parsec shakespeare text transformers ]; testDepends = [ hspec HUnit shakespeare text ]; - noHaddock = true; meta = { homepage = "http://www.yesodweb.com/book/shakespearean-templates"; description = "Stick your haskell variables into css at compile time";