;cabal: update cabal files
This commit is contained in:
parent
f51ea92cfc
commit
6afc5ce6b2
@ -27,7 +27,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -101,7 +101,7 @@ library
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -151,7 +151,7 @@ test-suite doctest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -204,7 +204,7 @@ test-suite unittest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -27,7 +27,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -67,7 +67,7 @@ executable hledger-ui
|
|||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, brick >=0.23
|
, brick >=0.23
|
||||||
, cmdargs >=0.8
|
, cmdargs >=0.8
|
||||||
|
|||||||
@ -28,7 +28,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.8.4, GHC==8.10.4
|
GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -155,7 +155,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -27,7 +27,7 @@ license: GPL-3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES.md
|
CHANGES.md
|
||||||
README.md
|
README.md
|
||||||
@ -142,7 +142,7 @@ library
|
|||||||
, Diff
|
, Diff
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
@ -193,7 +193,7 @@ executable hledger
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
@ -244,7 +244,7 @@ test-suite unittest
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
@ -292,7 +292,7 @@ benchmark bench
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.10.1.0 && <4.16
|
, base >=4.11 && <4.16
|
||||||
, base-compat-batteries >=0.10.1 && <0.12
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user