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

26 lines
796 B
Nix
Raw Normal View History

# 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
}:
cabal.mkDerivation (self: {
pname = "yst";
2014-06-03 11:36:32 +02:00
version = "0.4.1";
sha256 = "199awgpxn9131a7ijxvvbc4mi1yasnllbpj77k27brx00j87v3nq";
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
];
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;
};
})