haskell-shakespeare-css: revert "disable Haddock generation to fix the build"

This reverts commit 73b4546fa80caacc2cad8f4d697ab5906d456ba6.
Accidentally committed in the wrong branch.
This commit is contained in:
Peter Simons 2013-04-24 13:20:21 +02:00
parent ac09077e0c
commit a62266a1d7

View File

@ -6,7 +6,6 @@ cabal.mkDerivation (self: {
sha256 = "0zk4nb4v9x04vkkgbzqanfpqgw9pqinf76l7d85fzclfgwacd0bz"; sha256 = "0zk4nb4v9x04vkkgbzqanfpqgw9pqinf76l7d85fzclfgwacd0bz";
buildDepends = [ parsec shakespeare text transformers ]; buildDepends = [ parsec shakespeare text transformers ];
testDepends = [ hspec HUnit shakespeare text ]; testDepends = [ hspec HUnit shakespeare text ];
noHaddock = true;
meta = { meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates"; homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Stick your haskell variables into css at compile time"; description = "Stick your haskell variables into css at compile time";