haskell-hledger-web: update to version 0.19

This commit is contained in:
Peter Simons 2012-11-17 11:39:25 +01:00
parent 623c57b5c7
commit aba6f4ef25

View File

@ -1,21 +1,23 @@
{ cabal, blazeHtml, cabalFileTh, clientsession, cmdargs, filepath { cabal, blazeHtml, blazeMarkup, clientsession, cmdargs
, hamlet, hledger, hledgerLib, HUnit, ioStorage, networkConduit , dataDefault, filepath, hamlet, hjsmin, hledger, hledgerLib
, parsec, regexpr, safe, shakespeareText, text, time, transformers , httpConduit, HUnit, ioStorage, monadControl, networkConduit
, wai, waiExtra, warp, yaml, yesod, yesodCore, yesodDefault , parsec, regexpr, safe, shakespeareCss, shakespeareJs
, yesodStatic , shakespeareText, text, time, transformers, wai, waiExtra, warp
, yaml, yesod, yesodCore, yesodDefault, yesodForm, yesodStatic
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hledger-web"; pname = "hledger-web";
version = "0.18.2"; version = "0.19";
sha256 = "1bhah29why34qaiy7mgzpzjd5dm94izcf3jmgflix56gkgzk86p1"; sha256 = "0p820pwx4javzfvzhz02930adx6w7246hdk802wz1g4937rlq8p3";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
blazeHtml cabalFileTh clientsession cmdargs filepath hamlet hledger blazeHtml blazeMarkup clientsession cmdargs dataDefault filepath
hledgerLib HUnit ioStorage networkConduit parsec regexpr safe hamlet hjsmin hledger hledgerLib httpConduit HUnit ioStorage
shakespeareText text time transformers wai waiExtra warp yaml yesod monadControl networkConduit parsec regexpr safe shakespeareCss
yesodCore yesodDefault yesodStatic shakespeareJs shakespeareText text time transformers wai waiExtra
warp yaml yesod yesodCore yesodDefault yesodForm yesodStatic
]; ];
meta = { meta = {
homepage = "http://hledger.org"; homepage = "http://hledger.org";