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-28 12:18:37 +02:00
|
|
|
version = "2.0.1.1";
|
|
|
|
sha256 = "0xddm8xby19323d9bcd196b1ninlvfkv5b93w1da23m7w0hy509p";
|
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;
|
|
|
|
};
|
|
|
|
})
|