The hamlet and shakespeare-* packages are deprecated and no longer

export any code. This means that we cannot run the Haddock phase.
This commit is contained in:
Peter Simons 2014-04-28 23:03:50 +02:00
parent 1a06bcc109
commit 50d5d8b33f
5 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.2.0";
sha256 = "0rla3ap3malk8j6mh07fr2aqvbscpy743wrfq3skgjv3j4jlpjfi";
buildDepends = [ shakespeare ];
noHaddock = true;
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Haml-like template files that are compile-time checked (deprecated)";

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.1.0";
sha256 = "18d0kxfrs0aj9pfd9p1j7w5amch1hvsww3xycgn5qk6i0z7l4ywz";
buildDepends = [ shakespeare ];
noHaddock = true;
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Stick your haskell variables into css at compile time. (deprecated)";

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.1.0";
sha256 = "0ahhg9r7d8kdxn0x33bp5p8wmwkh1yvdqhw05yjwif0ky5y9h625";
buildDepends = [ shakespeare ];
noHaddock = true;
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "A type-based approach to internationalization. (deprecated)";

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.3.0";
sha256 = "0hihcrgvzf4nsrgw6vqpkzbgskq01yc1mnvp7g2wy7vq0dv4pjp4";
buildDepends = [ shakespeare ];
noHaddock = true;
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Stick your haskell variables into javascript/coffeescript at compile time. (deprecated)";

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.1.0";
sha256 = "18ixixb9aqn630s9wblxcki1gggm4i0fj9752c55p3b42q8h86rc";
buildDepends = [ shakespeare ];
noHaddock = true;
meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "Interpolation with quasi-quotation: put variables strings (deprecated)";