hledger-ui 0.27.2 → 0.27.3
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~brickdep ~lensdep ~vty
Dependency ranges changed: brick, lens, vty
Files
- CHANGES +4/−0
- hledger-ui.cabal +4/−4
CHANGES view
@@ -1,6 +1,10 @@ User-visible changes in hledger-ui. See also hledger's change log. +0.27.3 (2016/1/12)++- allow brick 0.4+ 0.27.2 (2016/1/11) - allow brick 0.3.x
hledger-ui.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui-version: 0.27.2+version: 0.27.3 stability: beta category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool@@ -25,7 +25,7 @@ bug-reports: http://bugs.hledger.org cabal-version: >= 1.10 build-type: Simple-tested-with: GHC==7.8.4, GHC==7.10.2+tested-with: GHC==7.8.4, GHC==7.10.3 extra-source-files: CHANGES@@ -54,13 +54,13 @@ ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans if flag(threaded) ghc-options: -threaded- cpp-options: -DVERSION="0.27.2"+ cpp-options: -DVERSION="0.27.3" build-depends: hledger >= 0.27 && < 0.28 , hledger-lib >= 0.27 && < 0.28 , base >= 3 && < 5 , base-compat >= 0.8.1- , brick >= 0.2 && < 0.4+ , brick >= 0.2 && < 0.5 , cmdargs >= 0.8 , containers , data-default