mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
haskell-yst: update to version 0.4.1
This commit is contained in:
parent
b23dcddd23
commit
71ecdfba71
|
@ -1,17 +1,17 @@
|
||||||
{ cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
|
{ cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
|
||||||
, pandoc, parsec, split, text, time, unorderedContainers, xhtml
|
, pandoc, parsec, scientific, split, text, time
|
||||||
, yaml
|
, unorderedContainers, xhtml, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yst";
|
pname = "yst";
|
||||||
version = "0.4.0.1";
|
version = "0.4.1";
|
||||||
sha256 = "0j260lvprgsi9qgjwji2cc25k0dzrw94h2527rwghik8baa1ha3r";
|
sha256 = "199awgpxn9131a7ijxvvbc4mi1yasnllbpj77k27brx00j87v3nq";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
|
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
|
||||||
split text time unorderedContainers xhtml yaml
|
scientific split text time unorderedContainers xhtml yaml
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/yst";
|
homepage = "http://github.com/jgm/yst";
|
||||||
|
|
Loading…
Reference in a new issue