packages feed

hledger-ui 1.32.2 → 1.32.3

raw patch · 5 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: brick, hledger, hledger-lib, vty

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -21,6 +21,12 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.32.3 2024-01-28++- Use hledger-1.32.3++- Allow vty 6.2, brick 2.3+ # 1.32.2 2023-12-31  Features
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER\-UI" "1" "December 2023" "hledger-ui-1.32.2 " "hledger User Manuals"+.TH "HLEDGER\-UI" "1" "January 2024" "hledger-ui-1.32.3 " "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.2.+This manual is for hledger\[aq]s terminal 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@@ -112,9 +112,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-ui.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-ui-version:        1.32.2+version:        1.32.3 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,12 +68,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.32.2" -DVERSION="1.32.2"+  cpp-options: -DVERSION="1.32.3" -DVERSION="1.32.3"   build-depends:       ansi-terminal >=0.9     , async     , base >=4.14 && <4.19-    , brick >=2.1.1 && <2.3+    , brick >=2.1.1 && <2.4     , cmdargs >=0.8     , containers >=0.5.9     , data-default@@ -82,8 +82,8 @@     , extra >=1.6.3     , filepath     , fsnotify ==0.4.*-    , 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     , megaparsec >=7.0.0 && <9.7     , microlens >=0.4     , microlens-platform >=0.2.3.1@@ -96,7 +96,7 @@     , time >=1.5     , transformers     , vector-    , vty ==6.1.*+    , vty >=6.1 && <6.3     , vty-crossplatform >=0.4.0.0 && <0.5.0.0   default-language: Haskell2010   if os(windows)@@ -113,7 +113,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.2"+  cpp-options: -DVERSION="1.32.3"   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.2.  See+   This manual is for hledger's terminal 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@@ -148,9 +148,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@@ -680,40 +677,40 @@ 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: General reporting options4224+Ref: #general-reporting-options4388+Node: MOUSE7778+Ref: #mouse7873+Node: KEYS8110+Ref: #keys8203+Node: SCREENS12858+Ref: #screens12956+Node: Menu13536+Ref: #menu13629+Node: Cash accounts13824+Ref: #cash-accounts13966+Node: Balance sheet accounts14150+Ref: #balance-sheet-accounts14331+Node: Income statement accounts14451+Ref: #income-statement-accounts14637+Node: All accounts14801+Ref: #all-accounts14947+Node: Register15129+Ref: #register15253+Node: Transaction17537+Ref: #transaction17660+Node: Error19077+Ref: #error19171+Node: TIPS19415+Ref: #tips19514+Node: Watch mode19556+Ref: #watch-mode19663+Node: Debug output21122+Ref: #debug-output21233+Node: ENVIRONMENT21445+Ref: #environment21555+Node: BUGS21746+Ref: #bugs21829  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.2.  See+       This  manual  is for hledger's terminal 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@@ -102,8 +102,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 @@ -537,4 +535,4 @@ SEE ALSO        hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-ui-1.32.2                December 2023                   HLEDGER-UI(1)+hledger-ui-1.32.3                January 2024                    HLEDGER-UI(1)