hledger-ui 1.20.2 → 1.20.3
raw patch · 4 files changed
+11/−7 lines, 4 filesdep ~hledgerdep ~hledger-lib
Dependency ranges changed: hledger, hledger-lib
Files
- CHANGES.md +4/−0
- hledger-ui.1 +1/−1
- hledger-ui.cabal +5/−5
- hledger-ui.txt +1/−1
CHANGES.md view
@@ -1,6 +1,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.20.3 2021-01-14++- Use hledger 1.20.3.+ # 1.20.2 2020-12-28 - Fix loss of capitalisation in part of the manual.
hledger-ui.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER-UI" "1" "December 2020" "hledger-ui-1.20.1 " "hledger User Manuals"+.TH "HLEDGER-UI" "1" "December 2020" "hledger-ui-1.20.3 " "hledger User Manuals"
hledger-ui.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 2db561169954b597771f5f15da315b4f928c9430f17910a3aebaa908165579a6+-- hash: 59a466ffc3d5fadaf96e035598f27a0915433341b2711c32aecb77ccb9dcf061 name: hledger-ui-version: 1.20.2+version: 1.20.3 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.@@ -64,7 +64,7 @@ hs-source-dirs: ./. ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans- cpp-options: -DVERSION="1.20.2"+ cpp-options: -DVERSION="1.20.3" build-depends: ansi-terminal >=0.9 , async@@ -78,8 +78,8 @@ , extra >=1.6.3 , filepath , fsnotify >=0.2.1.2 && <0.4- , hledger >=1.20.2 && <1.21- , hledger-lib >=1.20.2 && <1.21+ , hledger >=1.20.3 && <1.21+ , hledger-lib >=1.20.3 && <1.21 , megaparsec >=7.0.0 && <9.1 , microlens >=0.4 , microlens-platform >=0.2.3.1
hledger-ui.txt view
@@ -459,4 +459,4 @@ -hledger-ui-1.20.1 December 2020 HLEDGER-UI(1)+hledger-ui-1.20.3 December 2020 HLEDGER-UI(1)