packages feed

hledger-web 1.2 → 1.3

raw patch · 5 files changed

+37/−32 lines, 5 filesdep ~hledgerdep ~hledger-libdep ~hledger-webPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hledger, hledger-lib, hledger-web

API changes (from Hackage documentation)

Files

CHANGES view
@@ -2,7 +2,12 @@ See also the hledger and the project change logs.  -# 1.2 (2016/3/31)+# 1.3 (2017/6/30)++Depends on hledger[-lib] 1.3, see related changelogs.+++# 1.2 (2017/3/31)  Accounts with ? in name had empty registers (fixes #498) (Bryan Richter) 
doc/hledger-web.1 view
@@ -1,5 +1,5 @@ -.TH "hledger\-web" "1" "March 2017" "hledger\-web 1.2" "hledger User Manuals"+.TH "hledger\-web" "1" "June 2017" "hledger\-web 1.3" "hledger User Manuals"   @@ -202,18 +202,18 @@ .RS .RE .TP-.B \f[C]\-C\ \-\-cleared\f[]-include only cleared postings/txns+.B \f[C]\-U\ \-\-unmarked\f[]+include only unmarked postings/txns (can combine with \-P or \-C) .RS .RE .TP-.B \f[C]\-\-pending\f[]+.B \f[C]\-P\ \-\-pending\f[] include only pending postings/txns .RS .RE .TP-.B \f[C]\-U\ \-\-uncleared\f[]-include only uncleared (and pending) postings/txns+.B \f[C]\-C\ \-\-cleared\f[]+include only cleared postings/txns .RS .RE .TP
doc/hledger-web.1.info view
@@ -3,7 +3,7 @@  File: hledger-web.1.info,  Node: Top,  Next: OPTIONS,  Up: (dir) -hledger-web(1) hledger-web 1.2+hledger-web(1) hledger-web 1.3 ******************************  hledger-web is hledger's web interface.  It starts a simple web@@ -149,15 +149,15 @@ '--date2'       show, and match with -b/-e/-p/date:, secondary dates instead-'-C --cleared'+'-U --unmarked' -     include only cleared postings/txns-'--pending'+     include only unmarked postings/txns (can combine with -P or -C)+'-P --pending'       include only pending postings/txns-'-U --uncleared'+'-C --cleared' -     include only uncleared (and pending) postings/txns+     include only cleared postings/txns '-R --real'       include only non-virtual postings
doc/hledger-web.1.txt view
@@ -146,14 +146,14 @@        --date2               show, and match with -b/-e/-p/date:, secondary dates instead -       -C --cleared-              include only cleared postings/txns+       -U --unmarked+              include only unmarked postings/txns (can combine with -P or -C) -       --pending+       -P --pending               include only pending postings/txns -       -U --uncleared-              include only uncleared (and pending) postings/txns+       -C --cleared+              include only cleared postings/txns         -R --real               include only non-virtual postings@@ -237,4 +237,4 @@   -hledger-web 1.2                   March 2017                    hledger-web(1)+hledger-web 1.3                    June 2017                    hledger-web(1)
hledger-web.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-web-version:        1.2+version:        1.3 synopsis:       Web interface for the hledger accounting tool description:    This is hledger's web interface.                 It provides a more user-friendly and collaborative UI than the@@ -125,10 +125,10 @@  library   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans-  cpp-options: -DVERSION="1.2"+  cpp-options: -DVERSION="1.3"   build-depends:-      hledger-lib >= 1.2 && < 1.3-    , hledger >= 1.2 && < 1.3+      hledger-lib >= 1.3+    , hledger >= 1.3     , base >=4.8 && <5     , base-compat >=0.8.1     , blaze-html@@ -159,7 +159,7 @@     , yesod-form     , yesod-static     , json-    , megaparsec >=5.0 && < 5.3+    , megaparsec >=5.0 && < 5.4     , mtl   if (flag(dev)) || (flag(library-only))     cpp-options: -DDEVELOPMENT@@ -199,10 +199,10 @@   hs-source-dirs:       app   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans-  cpp-options: -DVERSION="1.2"+  cpp-options: -DVERSION="1.3"   build-depends:-      hledger-lib >= 1.2 && < 1.3-    , hledger >= 1.2 && < 1.3+      hledger-lib >= 1.3+    , hledger >= 1.3     , base >=4.8 && <5     , base-compat >=0.8.1     , blaze-html@@ -234,7 +234,7 @@     , yesod-static     , json     , parsec >=3-    , hledger-web == 1.2+    , hledger-web == 1.3   if flag(library-only)     buildable: False   if flag(threaded)@@ -261,10 +261,10 @@   hs-source-dirs:       tests   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans-  cpp-options: -DVERSION="1.2"+  cpp-options: -DVERSION="1.3"   build-depends:-      hledger-lib >= 1.2 && < 1.3-    , hledger >= 1.2 && < 1.3+      hledger-lib >= 1.3+    , hledger >= 1.3     , base >=4.8 && <5     , base-compat >=0.8.1     , blaze-html@@ -295,7 +295,7 @@     , yesod-form     , yesod-static     , json-    , hledger-web == 1.2+    , hledger-web == 1.3     , hspec     , yesod-test   if flag(oldtime)