From e95a222ad248a5944fe2c0d1960b0f657f55b3a6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 1 Sep 2020 20:39:02 -0700 Subject: [PATCH] ;update some cabal files --- hledger-lib/hledger-lib.cabal | 6 +++--- hledger-ui/hledger-ui.cabal | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 28146751336..519c40a4e7e 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.2. +-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- --- hash: e8ee8c99329f53fe86ae9df138d05c8c39726a66da2ad1da3ae27500c45b2591 +-- hash: 562b07c743e67f55f539704cf37da021e6ec23c3b47b3bc3f673875b1feb256f name: hledger-lib -version: 1.18.99 +version: 1.19 synopsis: A reusable library providing the core functionality of hledger description: A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 7a61cc3d147..35ba23af6c1 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.2. +-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- --- hash: 67cb06231a9cca7ebcd922f7528bc853a5f78e009d69a0afc41e599c78eac8ec +-- hash: 9c9563df8beea6e2445dd5e1c364b74dda6a40513d9b5e368dbc2ec8df13c90f name: hledger-ui -version: 1.18.99 +version: 1.19 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 @@ executable hledger-ui 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.18.99" + cpp-options: -DVERSION="1.19" build-depends: ansi-terminal >=0.9 , async @@ -78,8 +78,8 @@ executable hledger-ui , extra >=1.6.3 , filepath , fsnotify >=0.2.1.2 && <0.4 - , hledger >=1.18.99 && <1.19 - , hledger-lib >=1.18.99 && <1.19 + , hledger >=1.19 && <1.20 + , hledger-lib >=1.19 && <1.20 , megaparsec >=7.0.0 && <8.1 , microlens >=0.4 , microlens-platform >=0.2.3.1