;pkg:cabal: update tested-with in all package.yamls
This commit is contained in:
parent
bc42f79c77
commit
cb6a9b2f97
@ -28,7 +28,6 @@ github: simonmichael/hledger
|
||||
homepage: http://hledger.org
|
||||
bug-reports: http://bugs.hledger.org
|
||||
stability: stable
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.5, GHC==9.6.2
|
||||
|
||||
extra-source-files:
|
||||
- CHANGES.md
|
||||
@ -38,6 +37,8 @@ extra-source-files:
|
||||
|
||||
#data-files:
|
||||
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.8, GHC==9.6.7, GHC==9.8.4, GHC==9.10.1
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.21
|
||||
- aeson >=1 && <2.3
|
||||
|
||||
@ -20,7 +20,6 @@ github : simonmichael/hledger
|
||||
homepage : http://hledger.org
|
||||
bug-reports : http://bugs.hledger.org
|
||||
stability : stable
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.5, GHC==9.6.2
|
||||
|
||||
extra-source-files:
|
||||
- CHANGES.md
|
||||
@ -56,6 +55,8 @@ ghc-options:
|
||||
- -Wno-type-defaults
|
||||
- -Wno-unused-do-bind
|
||||
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.8, GHC==9.6.7, GHC==9.8.4, GHC==9.10.1
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.21
|
||||
|
||||
|
||||
@ -22,7 +22,6 @@ github: simonmichael/hledger
|
||||
homepage: http://hledger.org
|
||||
bug-reports: http://bugs.hledger.org
|
||||
stability: stable
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.5
|
||||
|
||||
extra-source-files:
|
||||
- CHANGES.md
|
||||
@ -94,6 +93,8 @@ when:
|
||||
# dependencies:
|
||||
# - ghc-debug-stub >=0.6.0.0 && <0.7
|
||||
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.8, GHC==9.6.7, GHC==9.8.4, GHC==9.10.1
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.21
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@ github: simonmichael/hledger
|
||||
homepage: http://hledger.org
|
||||
bug-reports: http://bugs.hledger.org
|
||||
stability: stable
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.5, GHC==9.6.2
|
||||
|
||||
extra-source-files:
|
||||
- CHANGES.md
|
||||
@ -118,6 +117,8 @@ ghc-options:
|
||||
# avoid stack's "non-portable path" warning/error on mac, https://github.com/commercialhaskell/stack/issues/3918
|
||||
- -optP-Wno-nonportable-include-path
|
||||
|
||||
tested-with: GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.8, GHC==9.6.7, GHC==9.8.4, GHC==9.10.1
|
||||
|
||||
dependencies:
|
||||
- base >=4.14 && <4.21
|
||||
- hledger-lib >=1.42.99 && <1.43
|
||||
|
||||
Loading…
Reference in New Issue
Block a user