;cabal files
This commit is contained in:
parent
3452270241
commit
403cb457b7
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 815a33ac989a4ad0d003e3b7bff14446ae89e484b6bb6ab49940770ca6bc13cf
|
-- hash: ca2b9f025d75c0b65f91b2e5fe7203d00d1d9f8c423c8c4f0cb7675df848a5aa
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.18.99
|
version: 1.18.99
|
||||||
@ -112,7 +112,7 @@ library
|
|||||||
, Glob >=0.9
|
, Glob >=0.9
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
@ -165,7 +165,7 @@ test-suite doctest
|
|||||||
, Glob >=0.7
|
, Glob >=0.7
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
@ -221,7 +221,7 @@ test-suite unittest
|
|||||||
, Glob >=0.9
|
, Glob >=0.9
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
|
|||||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 2106ad0b8a3edbcfb79239f336c6b163755b6e89b179b2b955a7bc4e735a9ed9
|
-- hash: 69306ba4d4fa65c6f9bd30b888fb32ff3bb2c88cd2cac3f58282b108c699d74e
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.18.99
|
version: 1.18.99
|
||||||
@ -66,7 +66,7 @@ executable hledger-ui
|
|||||||
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.18.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.6.2.3
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
|
|||||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: c1625e78b08f4636b95a4c4913115d62e4603dbfbd9d715188f442a33ae2016d
|
-- hash: 642a4e2af7445ccfcbd2131a956f6c369dd15c7ee09c3f2480080c98cf52c273
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.18.99
|
version: 1.18.99
|
||||||
@ -153,7 +153,7 @@ library
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Diff
|
, Diff
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -205,7 +205,7 @@ executable hledger
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -257,7 +257,7 @@ test-suite unittest
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -306,7 +306,7 @@ benchmark bench
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.9
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user