hledger-ui 1.52.3 → 1.52.4
raw patch · 5 files changed
+24/−15 lines, 5 filesdep ~brickdep ~hledgerdep ~hledger-libPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: brick, hledger, hledger-lib, megaparsec, vty, vty-crossplatform, vty-windows
API changes (from Hackage documentation)
Files
- CHANGES.md +9/−0
- hledger-ui.1 +2/−2
- hledger-ui.cabal +10/−10
- hledger-ui.info +1/−1
- hledger-ui.txt +2/−2
CHANGES.md view
@@ -23,6 +23,15 @@ See also the hledger changelog. +# 1.52.4 2026-09-10++Improvements++- Allow megaparsec 9.8.1+ (but not 9.8.0, because of [megaparsec#572](https://github.com/mrkkrp/megaparsec/issues/572)).++- Allow vty 6.6+, and drop the upper bounds on vty, vty-crossplatform and vty-windows.++ # 1.52.3 2026-08-27
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER\-UI" "1" "August 2026" "hledger-ui-1.52.3 " "hledger User Manuals"+.TH "HLEDGER\-UI" "1" "August 2026" "hledger-ui-1.52.4 " "hledger User Manuals" @@ -17,7 +17,7 @@ .PD \f[CR]hledger ui [OPTS] [QUERYARGS]\f[R] .SH DESCRIPTION-This manual is for hledger\(aqs terminal interface, version 1.52.3.+This manual is for hledger\(aqs terminal interface, version 1.52.4. 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-ui.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui-version: 1.52.3+version: 1.52.4 synopsis: Terminal interface for the hledger accounting system description: A simple terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI.@@ -69,12 +69,12 @@ hs-source-dirs: ./ ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind- cpp-options: -DVERSION="1.52.3"+ cpp-options: -DVERSION="1.52.4" build-depends: ansi-terminal >=0.9 , async , base >=4.18 && <4.23- , brick >=2.1.1 && <2.3.2 || >2.3.2 && <3+ , brick >=2.1.1 && <2.3.2 || >=2.4 && <3 , cmdargs >=0.8 , containers >=0.5.9 , data-default@@ -84,9 +84,9 @@ , filepath , fsnotify >=0.4.2.0 && <0.5 , githash >=0.1.6.2- , hledger >=1.52.3 && <1.53- , hledger-lib >=1.52.3 && <1.53- , megaparsec >=7.0.0 && <9.8+ , hledger >=1.52.4 && <1.53+ , hledger-lib >=1.52.4 && <1.53+ , megaparsec >=7.0.0 && <9.8 || >=9.8.1 && <9.9 , microlens >=0.4 , microlens-platform >=0.2.3.1 , mtl >=2.2.1@@ -99,14 +99,14 @@ , time >=1.5 , transformers , vector- , vty >=6.1 && <6.6- , vty-crossplatform >=0.4.0.0 && <0.6.0.0+ , vty >=6.1+ , vty-crossplatform >=0.4.0.0 default-language: GHC2021 if (flag(debug)) cpp-options: -DDEBUG if os(windows) build-depends:- vty-windows >=0.2.0.1 && <0.3.0.0+ vty-windows >=0.2.0.1 else build-depends: unix@@ -120,7 +120,7 @@ hs-source-dirs: app ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded- cpp-options: -DVERSION="1.52.3"+ cpp-options: -DVERSION="1.52.4" build-depends: base >=4.18 && <4.23 , hledger-ui
hledger-ui.info view
@@ -18,7 +18,7 @@ or 'hledger ui [OPTS] [QUERYARGS]' - This manual is for hledger's terminal interface, version 1.52.3. See+ This manual is for hledger's terminal interface, version 1.52.4. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs
hledger-ui.txt view
@@ -11,7 +11,7 @@ hledger ui [OPTS] [QUERYARGS] DESCRIPTION- This manual is for hledger's terminal interface, version 1.52.3. See also+ This manual is for hledger's terminal interface, version 1.52.4. See also the hledger manual for common concepts and file formats. hledger is a robust, user-friendly, cross-platform set of programs for@@ -447,4 +447,4 @@ SEE ALSO hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-ui-1.52.3 August 2026 HLEDGER-UI(1)+hledger-ui-1.52.4 August 2026 HLEDGER-UI(1)