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:59 +02:00
|
|
|
{ cabal, aeson, blazeHtml, blazeMarkup, exceptions, hspec, HUnit
|
|
|
|
, parsec, systemFileio, systemFilepath, text, time, transformers
|
|
|
|
}:
|
2011-08-29 22:27:05 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "shakespeare";
|
2014-07-03 17:00:51 +02:00
|
|
|
version = "2.0.1";
|
|
|
|
sha256 = "1h1b7p4czdzrxb77515vqnck3rj3yw35h2ds6gzxzp7pdxprds27";
|
2014-04-28 19:17:59 +02:00
|
|
|
buildDepends = [
|
|
|
|
aeson blazeHtml blazeMarkup exceptions parsec systemFileio
|
|
|
|
systemFilepath text time transformers
|
|
|
|
];
|
2013-04-23 11:35:25 +02:00
|
|
|
testDepends = [
|
2014-04-28 19:17:59 +02:00
|
|
|
aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec
|
|
|
|
systemFileio systemFilepath text time transformers
|
2013-04-23 11:35:25 +02:00
|
|
|
];
|
2011-08-29 22:27:05 +02:00
|
|
|
meta = {
|
2012-04-05 18:51:59 +02:00
|
|
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
2011-08-29 22:27:05 +02:00
|
|
|
description = "A toolkit for making compile-time interpolated templates";
|
2012-04-09 14:37:39 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-29 22:27:05 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-29 22:27:05 +02:00
|
|
|
};
|
|
|
|
})
|