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
|
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
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: dd7c200231996bc96dfb65f042843355e9f7db7002d68c953ada6e89cedd5cc5
|
-- hash: 815a33ac989a4ad0d003e3b7bff14446ae89e484b6bb6ab49940770ca6bc13cf
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.18.99
|
version: 1.18.99
|
||||||
@ -110,7 +110,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Glob >=0.9
|
, Glob >=0.9
|
||||||
, aeson
|
, aeson >=1
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, array
|
, array
|
||||||
@ -163,7 +163,7 @@ test-suite doctest
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Glob >=0.7
|
, Glob >=0.7
|
||||||
, aeson
|
, aeson >=1
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, array
|
, array
|
||||||
@ -219,7 +219,7 @@ test-suite unittest
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Glob >=0.9
|
, Glob >=0.9
|
||||||
, aeson
|
, aeson >=1
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, array
|
, array
|
||||||
|
|||||||
@ -46,7 +46,7 @@ extra-source-files:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- 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
|
||||||
- aeson
|
- aeson >=1
|
||||||
- aeson-pretty
|
- aeson-pretty
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- array
|
- array
|
||||||
|
|||||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 2b5ed2d8f2908bfb82ed85978f5b5e4255153f4757e2821451826ca2147ff07a
|
-- hash: 2aff2dccf8a9b7ff6241ed2027b3d01f1d3c37b3a4f7bbd6120126c1e42112b5
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.18.99
|
version: 1.18.99
|
||||||
@ -154,7 +154,7 @@ library
|
|||||||
cpp-options: -DVERSION="1.18.99"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson >=1
|
||||||
, base >=4.9 && <4.15
|
, base >=4.9 && <4.15
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
|
|||||||
@ -102,7 +102,7 @@ library:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.18.99 && <1.19
|
- hledger-lib >=1.18.99 && <1.19
|
||||||
- hledger >=1.18.99 && <1.19
|
- hledger >=1.18.99 && <1.19
|
||||||
- aeson
|
- aeson >=1
|
||||||
- base >=4.9 && <4.15
|
- base >=4.9 && <4.15
|
||||||
- blaze-html
|
- blaze-html
|
||||||
- blaze-markup
|
- blaze-markup
|
||||||
|
|||||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: add9571ab706995c6fd0edd71da2224407d87ed9b1ebc1135efdf423fa10dd38
|
-- hash: 5e784bab6ff198140799be6cb6f020a95efbd447621b278bf06c97b28793d571
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.18.99
|
version: 1.18.99
|
||||||
@ -148,7 +148,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Diff
|
, Diff
|
||||||
, aeson
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, 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
|
||||||
@ -200,7 +200,7 @@ executable hledger
|
|||||||
cpp-options: -DVERSION="1.18.99"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, 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
|
||||||
@ -252,7 +252,7 @@ test-suite unittest
|
|||||||
cpp-options: -DVERSION="1.18.99"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, 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
|
||||||
@ -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
|
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:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson >=1
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
, 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
|
||||||
|
|||||||
@ -107,7 +107,7 @@ ghc-options:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.18.99 && <1.19
|
- hledger-lib >=1.18.99 && <1.19
|
||||||
- aeson
|
- aeson >=1
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user