nixpkgs/pkgs/development/libraries/haskell/yst/default.nix

26 lines
798 B
Nix
Raw Normal View History

# 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
}:
cabal.mkDerivation (self: {
pname = "yst";
2014-10-06 09:44:12 +00:00
version = "0.4.1.1";
sha256 = "0i69pjzrxc330kfy3nvhzf59640h4p9w5lxpjlr31xbl7w1qqx12";
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
];
jailbreak = true;
meta = {
homepage = "http://github.com/jgm/yst";
description = "Builds a static website from templates and data in YAML or CSV files";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})