haskell-hledger-web: updated to version 0.16
svn path=/nixpkgs/trunk/; revision=29578
This commit is contained in:
parent
b0b151d05d
commit
60310380e9
@ -1,19 +1,23 @@
|
||||
{ cabal, aeson, cmdargs, failure, fileEmbed, hamlet, hledger
|
||||
, hledgerLib, HUnit, ioStorage, parsec, regexpr, safe, text, time
|
||||
, transformers, wai, waiExtra, warp, yesodCore, yesodForm
|
||||
, yesodJson, yesodStatic
|
||||
{ cabal, aesonNative, blazeHtml, clientsession, cmdargs, dataObject
|
||||
, dataObjectYaml, failure, fileEmbed, hamlet, hledger, hledgerLib
|
||||
, HUnit, ioStorage, parsec, regexpr, safe, shakespeareCss
|
||||
, shakespeareJs, shakespeareText, text, time, transformers, wai
|
||||
, waiExtra, warp, yesod, yesodCore, yesodForm, yesodJson
|
||||
, yesodStatic
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hledger-web";
|
||||
version = "0.15.3";
|
||||
sha256 = "1z2pimxz2ykfb89qwp6cil4nljn8pcz8n7pjhvk948zsd96n2i6f";
|
||||
version = "0.16";
|
||||
sha256 = "1564w1619s08q5c1zx8i8z488zis13a8d6n4cnyha9ci95p1c89j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson cmdargs failure fileEmbed hamlet hledger hledgerLib HUnit
|
||||
ioStorage parsec regexpr safe text time transformers wai waiExtra
|
||||
warp yesodCore yesodForm yesodJson yesodStatic
|
||||
aesonNative blazeHtml clientsession cmdargs dataObject
|
||||
dataObjectYaml failure fileEmbed hamlet hledger hledgerLib HUnit
|
||||
ioStorage parsec regexpr safe shakespeareCss shakespeareJs
|
||||
shakespeareText text time transformers wai waiExtra warp yesod
|
||||
yesodCore yesodForm yesodJson yesodStatic
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://hledger.org";
|
||||
|
Loading…
Reference in New Issue
Block a user