summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yst/default.nix
blob: ea3991eebe9d65713ac5482b8d0edd5ef891cfa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
, pandoc, parsec, scientific, split, text, time
, unorderedContainers, xhtml, yaml
}:

cabal.mkDerivation (self: {
  pname = "yst";
  version = "0.4.1.1";
  sha256 = "0i69pjzrxc330kfy3nvhzf59640h4p9w5lxpjlr31xbl7w1qqx12";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
    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;
  };
})