Skip to content

Commit df86a98

Browse files
committed
build: Add support in package.yaml for GHC 9.12
1 parent 26c95d4 commit df86a98

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tested-with:
1919
- GHC == 9.6.6
2020
- GHC == 9.8.4
2121
- GHC == 9.10.1
22+
- GHC == 9.12.1
2223

2324
extra-doc-files:
2425
- README.md
@@ -31,7 +32,7 @@ default-extensions:
3132
- ImportQualifiedPost
3233

3334
dependencies:
34-
- base ^>= {4.16, 4.17, 4.18, 4.19, 4.20}
35+
- base ^>= {4.16, 4.17, 4.18, 4.19, 4.20, 4.21}
3536

3637
ghc-options:
3738
- -Wall

vcard.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tested-with:
2121
, GHC == 9.6.6
2222
, GHC == 9.8.4
2323
, GHC == 9.10.1
24+
, GHC == 9.12.1
2425
extra-doc-files:
2526
README.md
2627
CHANGELOG.md
@@ -65,7 +66,7 @@ library
6566
ImportQualifiedPost
6667
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wunused-packages
6768
build-depends:
68-
base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
69+
base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
6970
, containers >=0.6 && <0.7 || >=0.7 && <0.8
7071
, finite-typelits >=0.1 && <0.2 || >=0.2 && <0.3
7172
, megaparsec >=9.0 && <10
@@ -143,7 +144,7 @@ test-suite vcard-tests
143144
ImportQualifiedPost
144145
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wunused-packages -threaded -rtsopts -with-rtsopts=-N
145146
build-depends:
146-
base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
147+
base >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
147148
, containers >=0.6 && <0.7 || >=0.7 && <0.8
148149
, data-ordlist ==0.4.*
149150
, finite-typelits >=0.1 && <0.2 || >=0.2 && <0.3

0 commit comments

Comments
 (0)