hledger-web 1.32.2 → 1.32.3
raw patch · 5 files changed
+33/−37 lines, 5 filesdep ~base64dep ~hledgerdep ~hledger-lib
Dependency ranges changed: base64, hledger, hledger-lib
Files
- CHANGES.md +4/−0
- hledger-web.1 +2/−5
- hledger-web.cabal +6/−6
- hledger-web.info +19/−22
- hledger-web.txt +2/−4
CHANGES.md view
@@ -21,6 +21,10 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 1.32.3 2024-01-28++- Use hledger-1.32.3+ # 1.32.2 2023-12-31 Fixes
hledger-web.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER\-WEB" "1" "December 2023" "hledger-web-1.32.2 " "hledger User Manuals"+.TH "HLEDGER\-WEB" "1" "January 2024" "hledger-web-1.32.3 " "hledger User Manuals" @@ -12,7 +12,7 @@ .PD \f[CR]hledger web \-\- [\-\-serve|\-\-serve\-api] [OPTS] [ARGS]\f[R] .SH DESCRIPTION-This manual is for hledger\[aq]s web interface, version 1.32.2.+This manual is for hledger\[aq]s web interface, version 1.32.3. See also the hledger manual for common concepts and file formats. .PP hledger is a robust, user\-friendly, cross\-platform set of programs for@@ -159,9 +159,6 @@ .TP \f[CR]\-\-alias=OLD=NEW\f[R] rename accounts named OLD to NEW-.TP-\f[CR]\-\-anon\f[R]-anonymize accounts and payees .TP \f[CR]\-\-pivot FIELDNAME\f[R] use some other field or tag for the account name
hledger-web.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hledger-web-version: 1.32.2+version: 1.32.3 synopsis: Web user interface for the hledger accounting system description: A simple web user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces.@@ -151,7 +151,7 @@ hs-source-dirs: ./ ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns- cpp-options: -DVERSION="1.32.2"+ cpp-options: -DVERSION="1.32.3" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3@@ -171,8 +171,8 @@ , extra >=1.6.3 , filepath , hjsmin- , hledger >=1.32.2 && <1.33- , hledger-lib >=1.32.2 && <1.33+ , hledger >=1.32.3 && <1.33+ , hledger-lib >=1.32.3 && <1.33 , hspec , http-client , http-conduit@@ -213,7 +213,7 @@ hs-source-dirs: app ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns- cpp-options: -DVERSION="1.32.2"+ cpp-options: -DVERSION="1.32.3" build-depends: base >=4.14 && <4.19 , hledger-web@@ -233,7 +233,7 @@ hs-source-dirs: test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns- cpp-options: -DVERSION="1.32.2"+ cpp-options: -DVERSION="1.32.3" build-depends: base >=4.14 && <4.19 , hledger-web
hledger-web.info view
@@ -16,7 +16,7 @@ 'hledger-web [--serve|--serve-api] [OPTS] [ARGS]' 'hledger web -- [--serve|--serve-api] [OPTS] [ARGS]' - This manual is for hledger's web interface, version 1.32.2. See also+ This manual is for hledger's web interface, version 1.32.3. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs@@ -189,9 +189,6 @@ '--alias=OLD=NEW' rename accounts named OLD to NEW-'--anon'-- anonymize accounts and payees '--pivot FIELDNAME' use some other field or tag for the account name@@ -638,24 +635,24 @@ Ref: #general-help-options5406 Node: General input options5688 Ref: #general-input-options5874-Node: General reporting options6576-Ref: #general-reporting-options6741-Node: PERMISSIONS10131-Ref: #permissions10270-Node: EDITING UPLOADING DOWNLOADING11482-Ref: #editing-uploading-downloading11663-Node: RELOADING12497-Ref: #reloading12631-Node: JSON API13064-Ref: #json-api13179-Node: DEBUG OUTPUT18667-Ref: #debug-output18792-Node: Debug output18819-Ref: #debug-output-118920-Node: ENVIRONMENT19337-Ref: #environment19456-Node: BUGS19573-Ref: #bugs19657+Node: General reporting options6531+Ref: #general-reporting-options6696+Node: PERMISSIONS10086+Ref: #permissions10225+Node: EDITING UPLOADING DOWNLOADING11437+Ref: #editing-uploading-downloading11618+Node: RELOADING12452+Ref: #reloading12586+Node: JSON API13019+Ref: #json-api13134+Node: DEBUG OUTPUT18622+Ref: #debug-output18747+Node: Debug output18774+Ref: #debug-output-118875+Node: ENVIRONMENT19292+Ref: #environment19411+Node: BUGS19528+Ref: #bugs19612 End Tag Table
hledger-web.txt view
@@ -9,7 +9,7 @@ hledger web -- [--serve|--serve-api] [OPTS] [ARGS] DESCRIPTION- This manual is for hledger's web interface, version 1.32.2. See also+ This manual is for hledger's web interface, version 1.32.3. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs for@@ -142,8 +142,6 @@ --alias=OLD=NEW rename accounts named OLD to NEW - --anon anonymize accounts and payees- --pivot FIELDNAME use some other field or tag for the account name @@ -551,4 +549,4 @@ SEE ALSO hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-web-1.32.2 December 2023 HLEDGER-WEB(1)+hledger-web-1.32.3 January 2024 HLEDGER-WEB(1)