haskell-yst: update to version 0.4.0.1
This commit is contained in:
parent
568d4c0ed9
commit
cb38a85143
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
{ cabal, csv, filepath, HDBC, HDBCSqlite3, HsSyck, HStringTemplate
|
||||
, pandoc, parsec, split, time, utf8String, xhtml
|
||||
{ cabal, aeson, csv, filepath, HDBC, HDBCSqlite3, HStringTemplate
|
||||
, pandoc, parsec, split, text, time, unorderedContainers, xhtml
|
||||
, yaml
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yst";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "1wc2s5aan4rqdrpqgqvka5pqm3d691si5hdf0m0wpi2hzkwl3qv3";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0j260lvprgsi9qgjwji2cc25k0dzrw94h2527rwghik8baa1ha3r";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
csv filepath HDBC HDBCSqlite3 HsSyck HStringTemplate pandoc parsec
|
||||
split time utf8String xhtml
|
||||
aeson csv filepath HDBC HDBCSqlite3 HStringTemplate pandoc parsec
|
||||
split text time unorderedContainers xhtml yaml
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/jgm/yst";
|
||||
|
|
Loading…
Reference in a new issue