From 21e4d80fe7b164d7bbd994553c41448964c86b18 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Tue, 3 Sep 2024 01:14:02 +0300 Subject: [PATCH] Bump the lower GHC bound --- .github/workflows/check.yaml | 2 +- iri.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 8ea8be8..fae89f0 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: include: - - ghc: 9.0.1 + - ghc: 9.2.1 ghc-options: "" ignore-haddock: true ignore-cabal-check: true diff --git a/iri.cabal b/iri.cabal index 8c4dab7..9f07332 100644 --- a/iri.cabal +++ b/iri.cabal @@ -102,7 +102,7 @@ library build-depends: , attoparsec >=0.13 && <0.15 - , base >=4.15 && <5 + , base >=4.16 && <5 , bytestring >=0.10 && <0.13 , contravariant >=1.4 && <2 , hashable >=1.2 && <2 @@ -125,7 +125,7 @@ library punycode hs-source-dirs: punycode default-language: Haskell2010 build-depends: - , base >=4.15 && <5 + , base >=4.16 && <5 , bytestring >=0.10 && <0.13 , cereal >=0.5.8.3 && <0.6 , mtl >=2 && <3