2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-16 08:50:04 +00:00
|
|
|
{ cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
|
2014-06-03 09:36:32 +00:00
|
|
|
, pandoc, parsec, scientific, split, text, time
|
|
|
|
, unorderedContainers, xhtml, yaml
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2010-09-07 12:58:07 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-09-07 12:58:07 +00:00
|
|
|
pname = "yst";
|
2014-10-06 09:44:12 +00:00
|
|
|
version = "0.4.1.1";
|
|
|
|
sha256 = "0i69pjzrxc330kfy3nvhzf59640h4p9w5lxpjlr31xbl7w1qqx12";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2013-09-16 08:50:04 +00:00
|
|
|
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
|
2014-06-03 09:36:32 +00:00
|
|
|
scientific split text time unorderedContainers xhtml yaml
|
2010-09-07 12:58:07 +00:00
|
|
|
];
|
2014-08-09 10:14:23 +00:00
|
|
|
jailbreak = true;
|
2010-09-07 12:58:07 +00:00
|
|
|
meta = {
|
2011-08-07 19:33:49 +00:00
|
|
|
homepage = "http://github.com/jgm/yst";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Builds a static website from templates and data in YAML or CSV files";
|
2011-08-07 19:33:49 +00:00
|
|
|
license = "GPL";
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-09-07 12:58:07 +00:00
|
|
|
};
|
|
|
|
})
|