packages feed

hledger-ui 1.29 → 1.29.1

raw patch · 7 files changed

+50/−46 lines, 7 filesdep ~basedep ~hledgerdep ~hledger-lib

Dependency ranges changed: base, hledger, hledger-lib

Files

CHANGES.md view
@@ -9,6 +9,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.29.1 2023-03-16++- Allow building with GHC 9.6.1 (#2011)+ # 1.29 2023-03-11  - In the help dialog, mention that LEFT shows other screens.
Hledger/UI/ErrorScreen.hs view
@@ -19,7 +19,7 @@ import Brick -- import Brick.Widgets.Border ("border") import Control.Monad-import Control.Monad.Except (liftIO)+import Control.Monad.IO.Class (liftIO) import Data.Time.Calendar (Day) import Data.Void (Void) import Graphics.Vty (Event(..),Key(..),Modifier(..))
Hledger/UI/TransactionScreen.hs view
@@ -13,7 +13,7 @@ ) where  import Control.Monad-import Control.Monad.Except (liftIO)+import Control.Monad.IO.Class (liftIO) import Data.List import Data.Maybe import qualified Data.Text as T
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER-UI" "1" "March 2023" "hledger-ui-1.29 " "hledger User Manuals"+.TH "HLEDGER-UI" "1" "March 2023" "hledger-ui-1.29.1 " "hledger User Manuals"   @@ -15,7 +15,7 @@ \f[V]hledger ui -- [OPTIONS] [QUERYARGS]\f[R] .SH DESCRIPTION .PP-This manual is for hledger\[aq]s terminal interface, version 1.29.+This manual is for hledger\[aq]s terminal 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-ui.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-ui-version:        1.29+version:        1.29.1 synopsis:       Curses-style terminal interface for the hledger accounting system description:    A simple curses-style terminal user interface for the hledger accounting system.                 It can be a more convenient way to browse your accounts than the CLI.@@ -67,11 +67,11 @@   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.29"+  cpp-options: -DVERSION="1.29.1"   build-depends:       ansi-terminal >=0.9     , async-    , base >=4.14 && <4.18+    , base >=4.14 && <4.19     , brick >=1.5     , cmdargs >=0.8     , containers >=0.5.9@@ -81,8 +81,8 @@     , extra >=1.6.3     , filepath     , fsnotify ==0.4.*-    , hledger ==1.29.*-    , hledger-lib ==1.29.*+    , hledger >=1.29.1 && <1.30+    , hledger-lib >=1.29.1 && <1.30     , megaparsec >=7.0.0 && <9.4     , microlens >=0.4     , microlens-platform >=0.2.3.1
hledger-ui.info view
@@ -16,7 +16,7 @@    ‘hledger-ui [OPTIONS] [QUERYARGS]’ ‘hledger ui -- [OPTIONS] [QUERYARGS]’ -   This manual is for hledger’s terminal interface, version 1.29.  See+   This manual is for hledger’s terminal 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@@ -706,40 +706,40 @@  Tag Table: Node: Top223-Node: OPTIONS1869-Ref: #options1967-Node: MOUSE7334-Ref: #mouse7429-Node: KEYS7672-Ref: #keys7765-Node: SCREENS12524-Ref: #screens12622-Node: Menu13330-Ref: #menu13422-Node: All accounts13499-Ref: #all-accounts13638-Node: Balance sheet accounts13897-Ref: #balance-sheet-accounts14077-Node: Income statement accounts14269-Ref: #income-statement-accounts14451-Node: Register16945-Ref: #register17082-Node: Transaction19110-Ref: #transaction19233-Node: Error20117-Ref: #error20211-Node: TIPS20455-Ref: #tips20554-Node: Watch mode20596-Ref: #watch-mode20703-Node: Debug output22191-Ref: #debug-output22302-Node: ENVIRONMENT22522-Ref: #environment22633-Node: FILES24056-Ref: #files24155-Node: BUGS24415-Ref: #bugs24492+Node: OPTIONS1871+Ref: #options1969+Node: MOUSE7336+Ref: #mouse7431+Node: KEYS7674+Ref: #keys7767+Node: SCREENS12526+Ref: #screens12624+Node: Menu13332+Ref: #menu13424+Node: All accounts13501+Ref: #all-accounts13640+Node: Balance sheet accounts13899+Ref: #balance-sheet-accounts14079+Node: Income statement accounts14271+Ref: #income-statement-accounts14453+Node: Register16947+Ref: #register17084+Node: Transaction19112+Ref: #transaction19235+Node: Error20119+Ref: #error20213+Node: TIPS20457+Ref: #tips20556+Node: Watch mode20598+Ref: #watch-mode20705+Node: Debug output22193+Ref: #debug-output22304+Node: ENVIRONMENT22524+Ref: #environment22635+Node: FILES24058+Ref: #files24157+Node: BUGS24417+Ref: #bugs24494  End Tag Table 
hledger-ui.txt view
@@ -11,7 +11,7 @@        hledger ui -- [OPTIONS] [QUERYARGS]  DESCRIPTION-       This  manual  is  for  hledger's terminal interface, version 1.29.  See+       This  manual  is for hledger's terminal 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@@ -598,4 +598,4 @@   -hledger-ui-1.29                   March 2023                     HLEDGER-UI(1)+hledger-ui-1.29.1                 March 2023                     HLEDGER-UI(1)