Skip to content

Commit

Permalink
;update some cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 2, 2020
1 parent b9ff6c9 commit e95a222
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions hledger-lib/hledger-lib.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e95a222

Please sign in to comment.