packages feed

hledger-ui 1.19 → 1.19.1

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~hledgerdep ~hledger-lib

Dependency ranges changed: hledger, hledger-lib

Files

CHANGES.md view
@@ -1,6 +1,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.19.1 2020-09-07++- Allow megaparsec 9+ # 1.19 2020-09-01  - The --color/--colour=WHEN command line option, support for the
hledger-ui.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9c9563df8beea6e2445dd5e1c364b74dda6a40513d9b5e368dbc2ec8df13c90f+-- hash: 9f306e545c5b87e192eac6bea6e0a46c9694e9844524b6ef500d2eb59e3d2fa0  name:           hledger-ui-version:        1.19+version:        1.19.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.@@ -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.19"+  cpp-options: -DVERSION="1.19.1"   build-depends:       ansi-terminal >=0.9     , async@@ -78,9 +78,9 @@     , extra >=1.6.3     , filepath     , fsnotify >=0.2.1.2 && <0.4-    , hledger >=1.19 && <1.20-    , hledger-lib >=1.19 && <1.20-    , megaparsec >=7.0.0 && <8.1+    , hledger >=1.19.1 && <1.20+    , hledger-lib >=1.19.1 && <1.20+    , megaparsec >=7.0.0 && <9.1     , microlens >=0.4     , microlens-platform >=0.2.3.1     , pretty-show >=1.6.4