haskell-shakespeare-css: disable Haddock generation to fix the build
This commit is contained in:
parent
79fd846654
commit
f0d5323e5f
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1vh1n1lhhga6y4p7rphyhxpdkg7igkskvh0jmwkg3m4x3jq8g9jg";
|
sha256 = "1vh1n1lhhga6y4p7rphyhxpdkg7igkskvh0jmwkg3m4x3jq8g9jg";
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user