Skip to content

Commit

Permalink
Reduce the base requirement to 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaemoness committed Dec 4, 2023
1 parent 5b05db8 commit b9f1532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glirc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bug-reports: https://github.com/glguy/irc-core/issues
tested-with: GHC == 9.0.2, GHC == 9.2.2, GHC == 9.4.7

custom-setup
setup-depends: base >=4.15 && <4.20,
setup-depends: base >=4.12 && <4.20,
filepath >=1.4 && <1.6,
Cabal >=2.2 && <4

Expand Down Expand Up @@ -163,7 +163,7 @@ library
Build_glirc

build-depends:
base >=4.16 && <4.20,
base >=4.15 && <4.20,
HsOpenSSL >=0.11 && <0.12,
async >=2.2 && <2.3,
attoparsec ^>=0.14,
Expand Down

0 comments on commit b9f1532

Please sign in to comment.