Skip to content

Commit

Permalink
Bump the lower GHC bound
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Sep 2, 2024
1 parent 4ac3eac commit 21e4d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions iri.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 21e4d80

Please sign in to comment.