2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 19:17:58 +02:00
|
|
|
{ cabal, shakespeare }:
|
2011-09-11 12:32:59 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "shakespeare-text";
|
2014-04-28 19:17:58 +02:00
|
|
|
version = "1.1.0";
|
|
|
|
sha256 = "18ixixb9aqn630s9wblxcki1gggm4i0fj9752c55p3b42q8h86rc";
|
|
|
|
buildDepends = [ shakespeare ];
|
2014-04-28 23:03:50 +02:00
|
|
|
noHaddock = true;
|
2011-09-11 12:32:59 +02:00
|
|
|
meta = {
|
2012-04-05 18:51:59 +02:00
|
|
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
2014-04-28 19:17:58 +02:00
|
|
|
description = "Interpolation with quasi-quotation: put variables strings (deprecated)";
|
2012-04-09 14:37:39 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-09-11 12:32:59 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|