packages feed

hledger-ui 1.42 → 1.42.1

raw patch · 5 files changed

+35/−34 lines, 5 filesdep ~hledgerdep ~hledger-libdep ~vtyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hledger, hledger-lib, vty

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -22,21 +22,22 @@ See also the hledger changelog.  -# 2025-03-07 1.42+# 2025-03-12 1.42.1 +- allow vty 6.4+++# 1.42 2025-03-07+ Fixes -- `a` key: don't pass initial CLI arguments to `add`. [#2313]+- Startup arguments provided at the CLI are no longer passed to `add` when pressing the `a` key. [#2313]  Improvements  - Allow vty 6.3.- - Allow brick 2.8. -Docs--- Manual: remove obsolete mentions of COLUMNS. [#2340]  # 1.41 2024-12-09 
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER\-UI" "1" "March 2025" "hledger-ui-1.42 " "hledger User Manuals"+.TH "HLEDGER\-UI" "1" "March 2025" "hledger-ui-1.42.1 " "hledger User Manuals"   @@ -17,7 +17,7 @@ .PD \f[CR]hledger ui \-\- [OPTS] [QUERYARGS]\f[R] .SH DESCRIPTION-This manual is for hledger\[aq]s terminal interface, version 1.42.+This manual is for hledger\[aq]s terminal interface, version 1.42.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.42+version:        1.42.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.@@ -73,7 +73,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.42" -DVERSION="1.42"+  cpp-options: -DVERSION="1.42.1" -DVERSION="1.42.1"   build-depends:       ansi-terminal >=0.9     , async@@ -88,8 +88,8 @@     , filepath     , fsnotify ==0.4.*     , githash >=0.1.6.2-    , hledger ==1.42.*-    , hledger-lib ==1.42.*+    , hledger >=1.42.1 && <1.43+    , hledger-lib >=1.42.1 && <1.43     , megaparsec >=7.0.0 && <9.8     , microlens >=0.4     , microlens-platform >=0.2.3.1@@ -102,7 +102,7 @@     , time >=1.5     , transformers     , vector-    , vty >=6.1 && <6.4+    , vty >=6.1 && <6.5     , vty-crossplatform >=0.4.0.0 && <0.5.0.0   default-language: Haskell2010   if (flag(debug))@@ -120,8 +120,8 @@       Paths_hledger_ui   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.42"+  ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -with-rtsopts=-T+  cpp-options: -DVERSION="1.42.1"   build-depends:       base >=4.14 && <4.21     , hledger-ui@@ -129,4 +129,4 @@   if (flag(debug))     cpp-options: -DDEBUG   if flag(threaded)-    ghc-options: -threaded -with-rtsopts=-T+    ghc-options: -threaded
hledger-ui.info view
@@ -18,7 +18,7 @@ or 'hledger ui -- [OPTS] [QUERYARGS]' -   This manual is for hledger's terminal interface, version 1.42.  See+   This manual is for hledger's terminal interface, version 1.42.1.  See also the hledger manual for common concepts and file formats.     hledger is a robust, user-friendly, cross-platform set of programs@@ -542,21 +542,21 @@  Tag Table: Node: Top221-Node: OPTIONS1870-Node: MOUSE8544-Node: KEYS8876-Node: SCREENS13880-Node: Menu screen14620-Node: Cash accounts screen14936-Node: Balance sheet accounts screen15297-Node: Income statement accounts screen15633-Node: All accounts screen16018-Node: Register screen16381-Node: Transaction screen18824-Node: Error screen20399-Node: WATCH MODE20765-Node: ENVIRONMENT22341-Node: BUGS22574+Node: OPTIONS1872+Node: MOUSE8546+Node: KEYS8878+Node: SCREENS13882+Node: Menu screen14622+Node: Cash accounts screen14938+Node: Balance sheet accounts screen15299+Node: Income statement accounts screen15635+Node: All accounts screen16020+Node: Register screen16383+Node: Transaction screen18826+Node: Error screen20401+Node: WATCH MODE20767+Node: ENVIRONMENT22343+Node: BUGS22576  End Tag Table 
hledger-ui.txt view
@@ -11,7 +11,7 @@        hledger ui -- [OPTS] [QUERYARGS]  DESCRIPTION-       This manual is for hledger's terminal  interface,  version  1.42.   See+       This manual is for hledger's terminal interface, version  1.42.1.   See        also the hledger manual for common concepts and file formats.         hledger  is a robust, user-friendly, cross-platform set of programs for@@ -450,4 +450,4 @@ SEE ALSO        hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-ui-1.42                   March 2025                     HLEDGER-UI(1)+hledger-ui-1.42.1                 March 2025                     HLEDGER-UI(1)