diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6a8531..29777a0 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/github-release.cabal b/github-release.cabal index c47ba18..3c4c8e6 100644 --- a/github-release.cabal +++ b/github-release.cabal @@ -22,7 +22,7 @@ flag pedantic manual: True common library - build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 + build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 default-language: Haskell2010 ghc-options: -Weverything @@ -53,13 +53,13 @@ library build-depends: aeson ^>=2.1.2.1 || ^>=2.2.2.0, burrito ^>=2.0.1.9, - bytestring ^>=0.11.4.0 || ^>=0.12.0.2, + bytestring ^>=0.12.0.2, http-client ^>=0.7.17, http-client-tls ^>=0.3.6.3, http-types ^>=0.12.4, mime-types ^>=0.1.2.0, optparse-generic ^>=1.5.2, - text ^>=2.0.2 || ^>=2.1, + text ^>=2.1, unordered-containers ^>=0.2.20, -- cabal-gild: discover source/library