We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84684c4 commit 6c32cceCopy full SHA for 6c32cce
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macOS-latest]
12
- ghc: ["9.10"]
+ ghc: ["9.6", "9.8", "9.10"]
13
14
steps:
15
- uses: actions/checkout@v4
stylish-haskell.cabal
@@ -39,7 +39,7 @@ Common depends
39
aeson >= 0.6 && < 2.3,
40
base >= 4.8 && < 5,
41
bytestring >= 0.9 && < 0.13,
42
- Cabal >= 3.12 && < 4.0,
+ Cabal >= 3.10 && < 4.0,
43
containers >= 0.3 && < 0.9,
44
directory >= 1.2.3 && < 1.4,
45
filepath >= 1.1 && < 1.6,
0 commit comments