;update cabal files
This commit is contained in:
parent
2501329f3c
commit
5507cb07ef
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: db3635dfa2836ab24208180e8c88c2179321d6b634a359969844aa9974634577
|
-- hash: 496cff1a1bc952e36c246f175d8efcb4c6cab6e9adc79c17b2d1e8b71ddaa2e5
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.19.99
|
version: 1.20
|
||||||
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
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 4e0beb8ffb64276b8f69f1bc9cf738199248509c23193799370132f748a74612
|
-- hash: 4007bd6deffcff3c3d5a40863cfa11bddaed31c367fdf5033728ec847c292a91
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.19.99
|
version: 1.20
|
||||||
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.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
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.19.99 && <1.20
|
, hledger >=1.20 && <1.21
|
||||||
, hledger-lib >=1.19.99 && <1.20
|
, hledger-lib >=1.20 && <1.21
|
||||||
, megaparsec >=7.0.0 && <9.1
|
, megaparsec >=7.0.0 && <9.1
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 08ced666fbf9ade30534a40547c91f9787478e157c9aa55c401e83aca852803e
|
-- hash: 45969dc3838910504310c1c5d990df39df069bda28b32738091d3fb6e86a3c06
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.19.99
|
version: 1.20
|
||||||
synopsis: Web-based user interface for the hledger accounting system
|
synopsis: Web-based user interface for the hledger accounting system
|
||||||
description: A simple web-based user interface for the hledger accounting system,
|
description: A simple web-based user interface for the hledger accounting system,
|
||||||
providing a more modern UI than the command-line or terminal interfaces.
|
providing a more modern UI than the command-line or terminal interfaces.
|
||||||
@ -152,7 +152,7 @@ library
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
./.
|
./.
|
||||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||||
cpp-options: -DVERSION="1.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
@ -171,8 +171,8 @@ library
|
|||||||
, extra >=1.6.3
|
, extra >=1.6.3
|
||||||
, filepath
|
, filepath
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, hledger >=1.19.99 && <1.20
|
, hledger >=1.20 && <1.21
|
||||||
, hledger-lib >=1.19.99 && <1.20
|
, hledger-lib >=1.20 && <1.21
|
||||||
, hspec
|
, hspec
|
||||||
, http-client
|
, http-client
|
||||||
, http-conduit
|
, http-conduit
|
||||||
@ -212,7 +212,7 @@ executable hledger-web
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||||
cpp-options: -DVERSION="1.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
, hledger-web
|
, hledger-web
|
||||||
@ -232,7 +232,7 @@ test-suite test
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
test
|
||||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||||
cpp-options: -DVERSION="1.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
, hledger
|
, hledger
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 3b5d4e8c7e8f90c11eea9adcc8b197ce679113e8f72f7a02a060a328a43db663
|
-- hash: 319788ae329418b91462e0c768f9862096ceb831dfec8de2c8ab98e81f0998a1
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.19.99
|
version: 1.20
|
||||||
synopsis: Command-line interface for the hledger accounting system
|
synopsis: Command-line interface for the hledger accounting system
|
||||||
description: The command-line interface for the hledger accounting system.
|
description: The command-line interface for the hledger accounting system.
|
||||||
Its basic function is to read a plain text file describing
|
Its basic function is to read a plain text file describing
|
||||||
@ -150,7 +150,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Paths_hledger
|
Paths_hledger
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
cpp-options: -DVERSION="1.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Diff
|
, Diff
|
||||||
@ -167,7 +167,7 @@ library
|
|||||||
, filepath
|
, filepath
|
||||||
, hashable >=1.2.4
|
, hashable >=1.2.4
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger-lib >=1.19.99 && <1.20
|
, hledger-lib >=1.20 && <1.21
|
||||||
, lucid
|
, lucid
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <9.1
|
, megaparsec >=7.0.0 && <9.1
|
||||||
@ -202,7 +202,7 @@ executable hledger
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
cpp-options: -DVERSION="1.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
@ -218,7 +218,7 @@ executable hledger
|
|||||||
, filepath
|
, filepath
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.19.99 && <1.20
|
, hledger-lib >=1.20 && <1.21
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <9.1
|
, megaparsec >=7.0.0 && <9.1
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
@ -253,7 +253,7 @@ test-suite unittest
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
test
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
cpp-options: -DVERSION="1.19.99"
|
cpp-options: -DVERSION="1.20"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
@ -269,7 +269,7 @@ test-suite unittest
|
|||||||
, filepath
|
, filepath
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.19.99 && <1.20
|
, hledger-lib >=1.20 && <1.21
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <9.1
|
, megaparsec >=7.0.0 && <9.1
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
@ -318,7 +318,7 @@ benchmark bench
|
|||||||
, filepath
|
, filepath
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.19.99 && <1.20
|
, hledger-lib >=1.20 && <1.21
|
||||||
, html
|
, html
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <9.1
|
, megaparsec >=7.0.0 && <9.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user