;update some cabal files
This commit is contained in:
parent
b9ff6c91c1
commit
e95a222ad2
@ -1,13 +1,13 @@
|
|||||||
cabal-version: 1.12
|
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
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: e8ee8c99329f53fe86ae9df138d05c8c39726a66da2ad1da3ae27500c45b2591
|
-- hash: 562b07c743e67f55f539704cf37da021e6ec23c3b47b3bc3f673875b1feb256f
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.18.99
|
version: 1.19
|
||||||
synopsis: A reusable library providing the core functionality of hledger
|
synopsis: A reusable library providing the core functionality of hledger
|
||||||
description: A reusable library containing hledger's core functionality.
|
description: A reusable library containing hledger's core functionality.
|
||||||
This is used by most hledger* packages so that they support the same
|
This is used by most hledger* packages so that they support the same
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
cabal-version: 1.12
|
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
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 67cb06231a9cca7ebcd922f7528bc853a5f78e009d69a0afc41e599c78eac8ec
|
-- hash: 9c9563df8beea6e2445dd5e1c364b74dda6a40513d9b5e368dbc2ec8df13c90f
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.18.99
|
version: 1.19
|
||||||
synopsis: Curses-style terminal interface for the hledger accounting system
|
synopsis: Curses-style terminal interface for the hledger accounting system
|
||||||
description: A simple curses-style terminal user 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.
|
It can be a more convenient way to browse your accounts than the CLI.
|
||||||
@ -64,7 +64,7 @@ executable hledger-ui
|
|||||||
hs-source-dirs:
|
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
|
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:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
@ -78,8 +78,8 @@ executable hledger-ui
|
|||||||
, extra >=1.6.3
|
, extra >=1.6.3
|
||||||
, filepath
|
, filepath
|
||||||
, fsnotify >=0.2.1.2 && <0.4
|
, fsnotify >=0.2.1.2 && <0.4
|
||||||
, hledger >=1.18.99 && <1.19
|
, hledger >=1.19 && <1.20
|
||||||
, hledger-lib >=1.18.99 && <1.19
|
, hledger-lib >=1.19 && <1.20
|
||||||
, megaparsec >=7.0.0 && <8.1
|
, megaparsec >=7.0.0 && <8.1
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user