We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd40d90 commit 0477241Copy full SHA for 0477241
.github/workflows/packcheck.yml
@@ -98,7 +98,8 @@ jobs:
98
name: [ci]
99
# Uncomment GHC versions you want the CI to run on.
100
ghc_version:
101
- [ 8.10.3
+ [ 9.0.1
102
+ , 8.10.3
103
, 8.8.4
104
, 8.6.5
105
, 8.4.4
unicode-transforms.cabal
@@ -21,6 +21,7 @@ tested-with: GHC==7.10.3
21
, GHC==8.6.5
22
, GHC==8.8.4
23
, GHC==8.10.3
24
+ , GHC==9.0.1
25
build-type: Simple
26
extra-source-files:
27
Changelog.md
0 commit comments