hledger-ui 1.0.3 → 1.0.4
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~brick
Dependency ranges changed: brick
Files
- CHANGES +5/−0
- hledger-ui.cabal +3/−3
CHANGES view
@@ -2,6 +2,11 @@ See also the hledger and project change logs. +# 1.0.4 (2016/11/2)++- allow brick 0.13++ # 1.0.3 (2016/10/31) - use brick 0.12
hledger-ui.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui-version: 1.0.3+version: 1.0.4 stability: beta category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool@@ -55,7 +55,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.0.3"+ cpp-options: -DVERSION="1.0.4" build-depends: hledger >= 1.0.1 && < 1.1 , hledger-lib >= 1.0.1 && < 1.1@@ -82,7 +82,7 @@ buildable: False else build-depends:- brick >= 0.12 && < 0.13+ brick >= 0.12 && < 0.14 , vty >= 5.5 && < 5.12 if flag(threaded) ghc-options: -threaded