Skip to content

Commit c75fde0

Browse files
authored
Merge branch 'ennocramer:master' into master
2 parents b89f39b + 1942a4c commit c75fde0

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ ubuntu-latest, macOS-latest ]
21-
ghc: [ '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8' ]
21+
ghc: [ '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10' ]
2222
include:
2323
- os: ubuntu-latest
2424
ghc: '8.4'
@@ -32,6 +32,14 @@ jobs:
3232
exclude:
3333
- os: macOS-latest
3434
ghc: '8.4'
35+
- os: macOS-latest
36+
ghc: '8.6'
37+
- os: macOS-latest
38+
ghc: '8.8'
39+
- os: macOS-latest
40+
ghc: '8.10'
41+
- os: macOS-latest
42+
ghc: '9.0'
3543

3644
runs-on: ${{ matrix.os }}
3745

floskell.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library
5656
default-language: Haskell2010
5757
ghc-options: -Wall
5858
build-depends:
59-
base >=4.9 && <4.20,
59+
base >=4.9 && <4.21,
6060
aeson >=0.11.3.0 && <2.3,
6161
attoparsec >=0.13.1.0 && <0.15,
6262
attoparsec-aeson >=2.1.0.0 && <2.3,
@@ -80,7 +80,7 @@ executable floskell
8080
-Wall -Wno-missing-home-modules -optP-Wno-nonportable-include-path
8181

8282
build-depends:
83-
base >=4.9 && <4.20,
83+
base >=4.9 && <4.21,
8484
floskell -any,
8585
aeson-pretty >=0.8.2 && <0.9,
8686
ansi-wl-pprint >=0.6.6 && <1.1,
@@ -99,7 +99,7 @@ test-suite floskell-test
9999
default-language: Haskell2010
100100
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
101101
build-depends:
102-
base >=4.9 && <4.20,
102+
base >=4.9 && <4.21,
103103
floskell -any,
104104
bytestring >=0.10.8.1 && <0.13,
105105
deepseq >=1.4.2.0 && <1.6,
@@ -116,7 +116,7 @@ benchmark floskell-bench
116116
default-language: Haskell2010
117117
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
118118
build-depends:
119-
base >=4.9 && <4.20,
119+
base >=4.9 && <4.21,
120120
floskell -any,
121121
bytestring >=0.10.8.1 && <0.13,
122122
criterion >=1.1.1.0 && <1.7,

0 commit comments

Comments
 (0)