haskell-yst: update to version 0.4.0.1

This commit is contained in:
Peter Simons 2013-09-16 10:50:04 +02:00
parent 568d4c0ed9
commit cb38a85143

View File

@ -1,16 +1,17 @@
{ cabal, csv, filepath, HDBC, HDBCSqlite3, HsSyck, HStringTemplate { cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
, pandoc, parsec, split, time, utf8String, xhtml , pandoc, parsec, split, text, time, unorderedContainers, xhtml
, yaml
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yst"; pname = "yst";
version = "0.3.1.1"; version = "0.4.0.1";
sha256 = "1wc2s5aan4rqdrpqgqvka5pqm3d691si5hdf0m0wpi2hzkwl3qv3"; sha256 = "0j260lvprgsi9qgjwji2cc25k0dzrw94h2527rwghik8baa1ha3r";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
csv filepath HDBC HDBCSqlite3 HsSyck HStringTemplate pandoc parsec aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
split time utf8String xhtml split text time unorderedContainers xhtml yaml
]; ];
meta = { meta = {
homepage = "http://github.com/jgm/yst"; homepage = "http://github.com/jgm/yst";