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