;regen cabal files
This commit is contained in:
parent
87d0491103
commit
6daebf60ea
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: bea5d2afe4685fa1a78d90fd1ca886288dc956c5a2b708e3354304c74a3bae12
|
||||
-- hash: 3228f8dbb178d427e76291b5e60b3dee1eb4d2e5f9ab803ce8e3fe85e79f25ad
|
||||
|
||||
name: hledger-lib
|
||||
version: 1.15.99
|
||||
version: 1.16
|
||||
synopsis: Core data types, parsers and functionality for the hledger accounting tools
|
||||
description: This is a reusable library containing hledger's core functionality.
|
||||
.
|
||||
|
||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 70c14c6ae6d92c6f36da43bfdf255eae87982e3c0153d84669670f53f547473e
|
||||
-- hash: 440030049a4495a4af1bac097d5e39afb5f4044d1f257574f04b22d4cd171038
|
||||
|
||||
name: hledger-ui
|
||||
version: 1.15.99
|
||||
version: 1.16
|
||||
synopsis: Terminal user interface for the hledger accounting tool
|
||||
description: This is hledger's terminal interface.
|
||||
It is simpler and more convenient for browsing data than the command-line interface,
|
||||
@ -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.15.99"
|
||||
cpp-options: -DVERSION="1.16"
|
||||
build-depends:
|
||||
ansi-terminal >=0.6.2.3
|
||||
, async
|
||||
@ -76,8 +76,8 @@ executable hledger-ui
|
||||
, directory
|
||||
, filepath
|
||||
, fsnotify >=0.2.1.2 && <0.4
|
||||
, hledger >=1.15.99 && <1.16
|
||||
, hledger-lib >=1.15.99 && <1.16
|
||||
, hledger >=1.16 && <1.17
|
||||
, hledger-lib >=1.16 && <1.17
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, microlens >=0.4
|
||||
, microlens-platform >=0.2.3.1
|
||||
|
||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: d10d0a165f35e7a12aaac67eb660cdbbda833c35f0177281c280e18e9083fc16
|
||||
-- hash: feb3102322a4d8c36e44d90678edc2708511ccd69f6d6d1558de68da63c7f325
|
||||
|
||||
name: hledger-web
|
||||
version: 1.15.99
|
||||
version: 1.16
|
||||
synopsis: Web interface for the hledger accounting tool
|
||||
description: This is hledger's web interface.
|
||||
It provides a more user-friendly and collaborative UI than the
|
||||
@ -151,7 +151,7 @@ library
|
||||
hs-source-dirs:
|
||||
./.
|
||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||
cpp-options: -DVERSION="1.15.99"
|
||||
cpp-options: -DVERSION="1.16"
|
||||
build-depends:
|
||||
Decimal
|
||||
, aeson
|
||||
@ -169,8 +169,8 @@ library
|
||||
, directory
|
||||
, filepath
|
||||
, hjsmin
|
||||
, hledger >=1.15.99 && <1.16
|
||||
, hledger-lib >=1.15.99 && <1.16
|
||||
, hledger >=1.16 && <1.17
|
||||
, hledger-lib >=1.16 && <1.17
|
||||
, http-client
|
||||
, http-conduit
|
||||
, http-types
|
||||
@ -207,7 +207,7 @@ executable hledger-web
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||
cpp-options: -DVERSION="1.15.99"
|
||||
cpp-options: -DVERSION="1.16"
|
||||
build-depends:
|
||||
base
|
||||
, hledger-web
|
||||
|
||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: dce1e3c4551b6781f95215575bb9b99ffa903ccf39375c8df7bbe8ec32f49d12
|
||||
-- hash: f608f8976e44e104fc5fc49a65b2a01b1873a5f23f8b58be36335deec8c4549e
|
||||
|
||||
name: hledger
|
||||
version: 1.15.99
|
||||
version: 1.16
|
||||
synopsis: Command-line interface for the hledger accounting tool
|
||||
description: This is hledger's command-line interface.
|
||||
Its basic function is to read a plain text file describing
|
||||
@ -144,7 +144,7 @@ library
|
||||
other-modules:
|
||||
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
|
||||
cpp-options: -DVERSION="1.15.99"
|
||||
cpp-options: -DVERSION="1.16"
|
||||
build-depends:
|
||||
Decimal
|
||||
, Diff
|
||||
@ -160,7 +160,7 @@ library
|
||||
, filepath
|
||||
, hashable >=1.2.4
|
||||
, haskeline >=0.6
|
||||
, hledger-lib >=1.15.99 && <1.16
|
||||
, hledger-lib >=1.16 && <1.17
|
||||
, lucid
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
@ -197,7 +197,7 @@ executable hledger
|
||||
hs-source-dirs:
|
||||
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
|
||||
cpp-options: -DVERSION="1.15.99"
|
||||
cpp-options: -DVERSION="1.16"
|
||||
build-depends:
|
||||
Decimal
|
||||
, ansi-terminal >=0.6.2.3
|
||||
@ -212,7 +212,7 @@ executable hledger
|
||||
, filepath
|
||||
, haskeline >=0.6
|
||||
, hledger
|
||||
, hledger-lib >=1.15.99 && <1.16
|
||||
, hledger-lib >=1.16 && <1.17
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, mtl
|
||||
@ -249,7 +249,7 @@ test-suite unittest
|
||||
hs-source-dirs:
|
||||
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
|
||||
cpp-options: -DVERSION="1.15.99"
|
||||
cpp-options: -DVERSION="1.16"
|
||||
build-depends:
|
||||
Decimal
|
||||
, ansi-terminal >=0.6.2.3
|
||||
@ -264,7 +264,7 @@ test-suite unittest
|
||||
, filepath
|
||||
, haskeline >=0.6
|
||||
, hledger
|
||||
, hledger-lib >=1.15.99 && <1.16
|
||||
, hledger-lib >=1.16 && <1.17
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, mtl
|
||||
@ -314,7 +314,7 @@ benchmark bench
|
||||
, filepath
|
||||
, haskeline >=0.6
|
||||
, hledger
|
||||
, hledger-lib >=1.15.99 && <1.16
|
||||
, hledger-lib >=1.16 && <1.17
|
||||
, html
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user