diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 456bf7a..1ed0429 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,6 @@ jobs: include: - ghc: 9.12 os: macos-14 - - ghc: 9.8 - os: ubuntu-24.04 - ghc: '9.10' os: ubuntu-24.04 - ghc: 9.12 diff --git a/saturn.cabal b/saturn.cabal index cdac591..e011bfa 100644 --- a/saturn.cabal +++ b/saturn.cabal @@ -22,7 +22,7 @@ flag pedantic manual: True common library - build-depends: base ^>={4.19, 4.20, 4.21, 4.22} + build-depends: base ^>={4.20, 4.21, 4.22} default-language: Haskell2010 ghc-options: -Weverything @@ -44,11 +44,11 @@ library import: library build-depends: QuickCheck ^>={2.14.3, 2.15, 2.16, 2.17}, - containers ^>={0.6.7, 0.7, 0.8}, + containers ^>={0.7, 0.8}, heck ^>={0.2025.5.22, 1}, hspec ^>=2.11.8, parsec ^>=3.1.16.1, - text ^>={2.0.2, 2.1}, + text ^>=2.1, time ^>={1.12.2, 1.14, 1.15}, -- cabal-gild: discover source/library