From cdead4be199026df3925dff382dd6ff5d9757365 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 21 Dec 2024 16:05:13 +0000 Subject: [PATCH] Allow base-4.21 --- .github/workflows/ci.yml | 2 +- unix.cabal | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77e3b99..574c638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-24.04, macOS-latest] - ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6'] + ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6'] exclude: - os: macos-latest ghc: '9.0' diff --git a/unix.cabal b/unix.cabal index 3cafc4c..ed38f4f 100644 --- a/unix.cabal +++ b/unix.cabal @@ -11,7 +11,10 @@ bug-reports: https://github.com/haskell/unix/issues synopsis: POSIX functionality category: System build-type: Configure -tested-with: GHC==9.6.2, +tested-with: GHC==9.12.1, + GHC==9.10.1, + GHC==9.8.4, + GHC==9.6.6, GHC==9.4.7, GHC==9.2.8, GHC==9.0.2, @@ -74,7 +77,7 @@ library buildable: False build-depends: - base >= 4.12.0.0 && < 4.21, + base >= 4.12.0.0 && < 4.22, bytestring >= 0.9.2 && < 0.13, time >= 1.9.1 && < 1.15