;cabal: update cabal files

This commit is contained in:
Simon Michael 2022-08-23 01:11:53 +01:00
parent 0c8582dbc7
commit e5578e5c4e
4 changed files with 29 additions and 15 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==9.0.1
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
extra-source-files:
CHANGES.md
README.md
@ -103,8 +103,9 @@ library
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, blaze-markup >=0.5.1
, breakpoint
, bytestring
, call-stack
, cassava
@ -112,6 +113,7 @@ library
, cmdargs >=0.10
, containers >=0.5.9
, data-default >=0.5
, deepseq
, directory
, doclayout >=0.3 && <0.5
, extra >=1.6.3
@ -153,8 +155,9 @@ test-suite doctest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, blaze-markup >=0.5.1
, breakpoint
, bytestring
, call-stack
, cassava
@ -162,6 +165,7 @@ test-suite doctest
, cmdargs >=0.10
, containers >=0.5.9
, data-default >=0.5
, deepseq
, directory
, doclayout >=0.3 && <0.5
, doctest >=0.18.1
@ -206,8 +210,9 @@ test-suite unittest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, blaze-markup >=0.5.1
, breakpoint
, bytestring
, call-stack
, cassava
@ -215,6 +220,7 @@ test-suite unittest
, cmdargs >=0.10
, containers >=0.5.9
, data-default >=0.5
, deepseq
, directory
, doclayout >=0.3 && <0.5
, extra >=1.6.3

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==9.0.1
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
extra-source-files:
CHANGES.md
README.md
@ -67,7 +67,8 @@ executable hledger-ui
build-depends:
ansi-terminal >=0.9
, async
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, breakpoint
, brick >=1.0
, cmdargs >=0.8
, containers >=0.5.9

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==9.0.1
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
extra-source-files:
CHANGES.md
README.md
@ -155,10 +155,11 @@ library
build-depends:
Decimal >=0.5.1
, aeson >=1
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, base64
, blaze-html
, blaze-markup
, breakpoint
, bytestring
, case-insensitive
, clientsession
@ -214,7 +215,8 @@ executable hledger-web
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.26.99"
build-depends:
base
base >=4.14 && <4.17
, breakpoint
, hledger-web
if (flag(dev)) || (flag(library-only))
cpp-options: -DDEVELOPMENT
@ -234,7 +236,8 @@ test-suite test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.26.99"
build-depends:
base
base >=4.14 && <4.17
, breakpoint
, hledger
, hledger-lib
, hledger-web

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==9.0.1
GHC==8.10.7, GHC==9.0.2, GHC==9.2.4
extra-source-files:
CHANGES.md
README.md
@ -140,7 +140,8 @@ library
, Diff >=0.2
, aeson >=1
, ansi-terminal >=0.9
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, breakpoint
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -190,7 +191,8 @@ executable hledger
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, breakpoint
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -240,7 +242,8 @@ test-suite unittest
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, breakpoint
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -287,7 +290,8 @@ benchmark bench
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.11 && <4.17
, base >=4.14 && <4.17
, breakpoint
, bytestring
, cmdargs >=0.10
, containers >=0.5.9