;cabal: update cabal files

This commit is contained in:
Simon Michael 2021-08-03 21:05:29 -10:00
parent f51ea92cfc
commit 6afc5ce6b2
4 changed files with 13 additions and 13 deletions

View File

@ -27,7 +27,7 @@ license: GPL-3
license-file: LICENSE
build-type: Simple
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:
CHANGES.md
README.md
@ -101,7 +101,7 @@ library
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, blaze-markup >=0.5.1
, bytestring
@ -151,7 +151,7 @@ test-suite doctest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, blaze-markup >=0.5.1
, bytestring
@ -204,7 +204,7 @@ test-suite unittest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, blaze-markup >=0.5.1
, bytestring

View File

@ -27,7 +27,7 @@ license: GPL-3
license-file: LICENSE
build-type: Simple
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:
CHANGES.md
README.md
@ -67,7 +67,7 @@ executable hledger-ui
build-depends:
ansi-terminal >=0.9
, async
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, brick >=0.23
, cmdargs >=0.8

View File

@ -28,7 +28,7 @@ license: GPL-3
license-file: LICENSE
build-type: Simple
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:
CHANGES.md
README.md
@ -155,7 +155,7 @@ library
build-depends:
Decimal >=0.5.1
, aeson >=1
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, blaze-html
, blaze-markup
, bytestring

View File

@ -27,7 +27,7 @@ license: GPL-3
license-file: LICENSE
build-type: Simple
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:
CHANGES.md
README.md
@ -142,7 +142,7 @@ library
, Diff
, aeson >=1
, ansi-terminal >=0.9
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
@ -193,7 +193,7 @@ executable hledger
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
@ -244,7 +244,7 @@ test-suite unittest
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
@ -292,7 +292,7 @@ benchmark bench
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.10.1.0 && <4.16
, base >=4.11 && <4.16
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10