add lower bound needed for aeson, to help cabal (#1268)
This commit is contained in:
parent
d4dd20c989
commit
e090e0f949
@ -1,10 +1,10 @@
|
||||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.33.1.
|
||||
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: dd7c200231996bc96dfb65f042843355e9f7db7002d68c953ada6e89cedd5cc5
|
||||
-- hash: 815a33ac989a4ad0d003e3b7bff14446ae89e484b6bb6ab49940770ca6bc13cf
|
||||
|
||||
name: hledger-lib
|
||||
version: 1.18.99
|
||||
@ -110,7 +110,7 @@ library
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, Glob >=0.9
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, aeson-pretty
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, array
|
||||
@ -163,7 +163,7 @@ test-suite doctest
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, Glob >=0.7
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, aeson-pretty
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, array
|
||||
@ -219,7 +219,7 @@ test-suite unittest
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, Glob >=0.9
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, aeson-pretty
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, array
|
||||
|
||||
@ -46,7 +46,7 @@ extra-source-files:
|
||||
dependencies:
|
||||
- base >=4.9 && <4.15
|
||||
- base-compat-batteries >=0.10.1 && <0.12
|
||||
- aeson
|
||||
- aeson >=1
|
||||
- aeson-pretty
|
||||
- ansi-terminal >=0.6.2.3
|
||||
- array
|
||||
|
||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 2b5ed2d8f2908bfb82ed85978f5b5e4255153f4757e2821451826ca2147ff07a
|
||||
-- hash: 2aff2dccf8a9b7ff6241ed2027b3d01f1d3c37b3a4f7bbd6120126c1e42112b5
|
||||
|
||||
name: hledger-web
|
||||
version: 1.18.99
|
||||
@ -154,7 +154,7 @@ library
|
||||
cpp-options: -DVERSION="1.18.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, base >=4.9 && <4.15
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
|
||||
@ -102,7 +102,7 @@ library:
|
||||
dependencies:
|
||||
- hledger-lib >=1.18.99 && <1.19
|
||||
- hledger >=1.18.99 && <1.19
|
||||
- aeson
|
||||
- aeson >=1
|
||||
- base >=4.9 && <4.15
|
||||
- blaze-html
|
||||
- blaze-markup
|
||||
|
||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: add9571ab706995c6fd0edd71da2224407d87ed9b1ebc1135efdf423fa10dd38
|
||||
-- hash: 5e784bab6ff198140799be6cb6f020a95efbd447621b278bf06c97b28793d571
|
||||
|
||||
name: hledger
|
||||
version: 1.18.99
|
||||
@ -148,7 +148,7 @@ library
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, Diff
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.9 && <4.15
|
||||
, base-compat-batteries >=0.10.1 && <0.12
|
||||
@ -200,7 +200,7 @@ executable hledger
|
||||
cpp-options: -DVERSION="1.18.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.9 && <4.15
|
||||
, base-compat-batteries >=0.10.1 && <0.12
|
||||
@ -252,7 +252,7 @@ test-suite unittest
|
||||
cpp-options: -DVERSION="1.18.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.9 && <4.15
|
||||
, base-compat-batteries >=0.10.1 && <0.12
|
||||
@ -301,7 +301,7 @@ benchmark bench
|
||||
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
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.9 && <4.15
|
||||
, base-compat-batteries >=0.10.1 && <0.12
|
||||
|
||||
@ -107,7 +107,7 @@ ghc-options:
|
||||
|
||||
dependencies:
|
||||
- hledger-lib >=1.18.99 && <1.19
|
||||
- aeson
|
||||
- aeson >=1
|
||||
- ansi-terminal >=0.6.2.3
|
||||
- base >=4.9 && <4.15
|
||||
- base-compat-batteries >=0.10.1 && <0.12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user