haskell-yst: update to version 0.3
This commit is contained in:
parent
0752f18e70
commit
5ff29b0e3d
@ -1,16 +1,16 @@
|
|||||||
{ cabal, csv, filepath, HsSyck, HStringTemplate, pandoc, parsec
|
{ cabal, csv, filepath, HDBC, HDBCSqlite3, HsSyck, HStringTemplate
|
||||||
, split, time, utf8String, xhtml
|
, pandoc, parsec, split, time, utf8String, xhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yst";
|
pname = "yst";
|
||||||
version = "0.2.4.1";
|
version = "0.3";
|
||||||
sha256 = "0y620p6kn1mky30fia63na5idppfjfmc828jcaa0ads08rmj5wgy";
|
sha256 = "1f09qcf2kqgq9w7irvzlwhv5sy0q3ml82ksza72hj0f5rfbyvfla";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
csv filepath HsSyck HStringTemplate pandoc parsec split time
|
csv filepath HDBC HDBCSqlite3 HsSyck HStringTemplate pandoc parsec
|
||||||
utf8String xhtml
|
split time utf8String xhtml
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/yst";
|
homepage = "http://github.com/jgm/yst";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user