Skip to content

Commit dcf1978

Browse files
committed
Allow base-4.21
1 parent 9171a4d commit dcf1978

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-24.04, macOS-latest]
19-
ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
19+
ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
2020
exclude:
2121
- os: macos-latest
2222
ghc: '9.0'

unix.cabal

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ bug-reports: https://github.com/haskell/unix/issues
1111
synopsis: POSIX functionality
1212
category: System
1313
build-type: Configure
14-
tested-with: GHC==9.6.2,
14+
tested-with: GHC==9.12.1,
15+
GHC==9.10.1,
16+
GHC==9.8.4,
17+
GHC==9.6.6,
1518
GHC==9.4.7,
1619
GHC==9.2.8,
1720
GHC==9.0.2,
@@ -74,7 +77,7 @@ library
7477
buildable: False
7578

7679
build-depends:
77-
base >= 4.12.0.0 && < 4.21,
80+
base >= 4.12.0.0 && < 4.22,
7881
bytestring >= 0.9.2 && < 0.13,
7982
time >= 1.9.1 && < 1.15
8083

0 commit comments

Comments
 (0)