hledger-web 1.29 → 1.29.1
raw patch · 5 files changed
+39/−35 lines, 5 filesdep ~basedep ~hledgerdep ~hledger-libPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hledger, hledger-lib
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- hledger-web.1 +2/−2
- hledger-web.cabal +9/−9
- hledger-web.info +21/−21
- hledger-web.txt +3/−3
CHANGES.md view
@@ -9,6 +9,10 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 1.29.1 2023-03-16++- Allow building with GHC 9.6.1 (#2011)+ # 1.29 2023-03-11 - The add form's typeahead now shows non-ascii text correctly.
hledger-web.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER-WEB" "1" "March 2023" "hledger-web-1.29 " "hledger User Manuals"+.TH "HLEDGER-WEB" "1" "March 2023" "hledger-web-1.29.1 " "hledger User Manuals" @@ -23,7 +23,7 @@ \f[V]hledger web -- [OPTIONS] [QUERYARGS]\f[R] # start from hledger .SH DESCRIPTION .PP-This manual is for hledger\[aq]s web interface, version 1.29.+This manual is for hledger\[aq]s web interface, version 1.29.1. See also the hledger manual for common concepts and file formats. .PP hledger is a robust, user-friendly, cross-platform set of programs for
hledger-web.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hledger-web-version: 1.29+version: 1.29.1 synopsis: Web-based user interface for the hledger accounting system description: A simple web-based user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces.@@ -151,11 +151,11 @@ hs-source-dirs: ./ ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns- cpp-options: -DVERSION="1.29"+ cpp-options: -DVERSION="1.29.1" build-depends: Decimal >=0.5.1 , aeson >=1- , base >=4.14 && <4.18+ , base >=4.14 && <4.19 , base64 , blaze-html , blaze-markup@@ -171,8 +171,8 @@ , extra >=1.6.3 , filepath , hjsmin- , hledger ==1.29.*- , hledger-lib ==1.29.*+ , hledger >=1.29.1 && <1.30+ , hledger-lib >=1.29.1 && <1.30 , hspec , http-client , http-conduit@@ -212,9 +212,9 @@ hs-source-dirs: app ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns- cpp-options: -DVERSION="1.29"+ cpp-options: -DVERSION="1.29.1" build-depends:- base >=4.14 && <4.18+ base >=4.14 && <4.19 , hledger-web default-language: Haskell2010 if (flag(dev)) || (flag(library-only))@@ -232,9 +232,9 @@ hs-source-dirs: test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns- cpp-options: -DVERSION="1.29"+ cpp-options: -DVERSION="1.29.1" build-depends:- base >=4.14 && <4.18+ base >=4.14 && <4.19 , hledger , hledger-lib , hledger-web
hledger-web.info view
@@ -18,7 +18,7 @@ ‘hledger-web --serve-api [OPTIONS] # run JSON server only’ ‘hledger web -- [OPTIONS] [QUERYARGS]’ # start from hledger - This manual is for hledger’s web interface, version 1.29. See also+ This manual is for hledger’s web interface, version 1.29.1. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs@@ -664,26 +664,26 @@ Tag Table: Node: Top225-Node: OPTIONS2724-Ref: #options2829-Node: PERMISSIONS10623-Ref: #permissions10762-Node: EDITING UPLOADING DOWNLOADING12020-Ref: #editing-uploading-downloading12201-Node: RELOADING13043-Ref: #reloading13177-Node: JSON API13610-Ref: #json-api13725-Node: DEBUG OUTPUT19257-Ref: #debug-output19382-Node: Debug output19409-Ref: #debug-output-119510-Node: ENVIRONMENT19935-Ref: #environment20055-Node: FILES21404-Ref: #files21504-Node: BUGS21764-Ref: #bugs21842+Node: OPTIONS2726+Ref: #options2831+Node: PERMISSIONS10625+Ref: #permissions10764+Node: EDITING UPLOADING DOWNLOADING12022+Ref: #editing-uploading-downloading12203+Node: RELOADING13045+Ref: #reloading13179+Node: JSON API13612+Ref: #json-api13727+Node: DEBUG OUTPUT19259+Ref: #debug-output19384+Node: Debug output19411+Ref: #debug-output-119512+Node: ENVIRONMENT19937+Ref: #environment20057+Node: FILES21406+Ref: #files21506+Node: BUGS21766+Ref: #bugs21844 End Tag Table
hledger-web.txt view
@@ -13,8 +13,8 @@ hledger web -- [OPTIONS] [QUERYARGS] # start from hledger DESCRIPTION- This manual is for hledger's web interface, version 1.29. See also the- hledger manual for common concepts and file formats.+ This manual is for hledger's web interface, version 1.29.1. See also+ the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs for tracking money, time, or any other commodity, using double-entry@@ -608,4 +608,4 @@ -hledger-web-1.29 March 2023 HLEDGER-WEB(1)+hledger-web-1.29.1 March 2023 HLEDGER-WEB(1)