packages feed

hledger-ui 1.32 → 1.32.1

raw patch · 5 files changed

+54/−51 lines, 5 filesdep ~hledgerdep ~hledger-libPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hledger, hledger-lib

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -21,8 +21,11 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 1.32 2023-12-01+# 1.32.1 2023-12-07 +- Use hledger-1.32.1++# 1.32 2023-12-01 Fixes  - The V key now preserves the valuation mode specified at the command
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER-UI" "1" "December 2023" "hledger-ui-1.32 " "hledger User Manuals"+.TH "HLEDGER-UI" "1" "December 2023" "hledger-ui-1.32.1 " "hledger User Manuals"   @@ -12,7 +12,7 @@ .PD \f[CR]hledger ui -- [OPTS] [QUERYARGS]\f[R] .SH DESCRIPTION-This manual is for hledger\[aq]s terminal interface, version 1.32.+This manual is for hledger\[aq]s terminal interface, version 1.32.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-ui.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-ui-version:        1.32+version:        1.32.1 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.@@ -68,7 +68,7 @@   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.32" -DVERSION="1.32"+  cpp-options: -DVERSION="1.32.1" -DVERSION="1.32.1"   build-depends:       ansi-terminal >=0.9     , async@@ -82,8 +82,8 @@     , extra >=1.6.3     , filepath     , fsnotify ==0.4.*-    , hledger ==1.32.*-    , hledger-lib ==1.32.*+    , hledger >=1.32.1 && <1.33+    , hledger-lib >=1.32.1 && <1.33     , megaparsec >=7.0.0 && <9.6     , microlens >=0.4     , microlens-platform >=0.2.3.1@@ -111,7 +111,7 @@   hs-source-dirs:       app   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind-  cpp-options: -DVERSION="1.32"+  cpp-options: -DVERSION="1.32.1"   build-depends:       base >=4.14 && <4.19     , hledger-ui
hledger-ui.info view
@@ -16,7 +16,7 @@    'hledger-ui [OPTS] [QUERYARGS]' 'hledger ui -- [OPTS] [QUERYARGS]' -   This manual is for hledger's terminal interface, version 1.32.  See+   This manual is for hledger's terminal interface, version 1.32.1.  See also the hledger manual for common concepts and file formats.     hledger is a robust, user-friendly, cross-platform set of programs@@ -674,46 +674,46 @@  Tag Table: Node: Top223-Node: OPTIONS1830-Ref: #options1928-Node: General help options2951-Ref: #general-help-options3100-Node: General input options3382-Ref: #general-input-options3567-Node: General reporting options4269-Ref: #general-reporting-options4433-Node: MOUSE7823-Ref: #mouse7918-Node: KEYS8155-Ref: #keys8248-Node: SCREENS12903-Ref: #screens13001-Node: Menu13581-Ref: #menu13674-Node: Cash accounts13869-Ref: #cash-accounts14011-Node: Balance sheet accounts14195-Ref: #balance-sheet-accounts14376-Node: Income statement accounts14496-Ref: #income-statement-accounts14682-Node: All accounts14846-Ref: #all-accounts14992-Node: Register15174-Ref: #register15298-Node: Transaction17582-Ref: #transaction17705-Node: Error19122-Ref: #error19216-Node: TIPS19460-Ref: #tips19559-Node: Watch mode19601-Ref: #watch-mode19708-Node: Debug output21167-Ref: #debug-output21278-Node: ENVIRONMENT21490-Ref: #environment21600-Node: BUGS21791-Ref: #bugs21874+Node: OPTIONS1832+Ref: #options1930+Node: General help options2953+Ref: #general-help-options3102+Node: General input options3384+Ref: #general-input-options3569+Node: General reporting options4271+Ref: #general-reporting-options4435+Node: MOUSE7825+Ref: #mouse7920+Node: KEYS8157+Ref: #keys8250+Node: SCREENS12905+Ref: #screens13003+Node: Menu13583+Ref: #menu13676+Node: Cash accounts13871+Ref: #cash-accounts14013+Node: Balance sheet accounts14197+Ref: #balance-sheet-accounts14378+Node: Income statement accounts14498+Ref: #income-statement-accounts14684+Node: All accounts14848+Ref: #all-accounts14994+Node: Register15176+Ref: #register15300+Node: Transaction17584+Ref: #transaction17707+Node: Error19124+Ref: #error19218+Node: TIPS19462+Ref: #tips19561+Node: Watch mode19603+Ref: #watch-mode19710+Node: Debug output21169+Ref: #debug-output21280+Node: ENVIRONMENT21492+Ref: #environment21602+Node: BUGS21793+Ref: #bugs21876  End Tag Table 
hledger-ui.txt view
@@ -9,7 +9,7 @@        hledger ui -- [OPTS] [QUERYARGS]  DESCRIPTION-       This  manual  is  for  hledger's terminal interface, version 1.32.  See+       This  manual  is for hledger's terminal interface, version 1.32.1.  See        also the hledger manual for common concepts and file formats.         hledger is a robust, user-friendly, cross-platform set of programs  for@@ -537,4 +537,4 @@ SEE ALSO        hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-ui-1.32                  December 2023                   HLEDGER-UI(1)+hledger-ui-1.32.1                December 2023                   HLEDGER-UI(1)