Skip to content

Commit

Permalink
finish updating bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Jul 19, 2024
1 parent 4929cca commit a3ec982
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bot/irc-core-bot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ executable irc-core-bot
Bot.Config

build-depends:
base >=4.9 && <4.20,
base >=4.9 && <4.21,
bytestring >=0.10 && <0.13,
hookup ^>=0.8,
irc-core ^>=2.12,
Expand Down
2 changes: 1 addition & 1 deletion config-schema
2 changes: 1 addition & 1 deletion config-value
4 changes: 2 additions & 2 deletions hookup/hookup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ library
cbits/pem_password_cb.c

build-depends:
base >=4.11 && <4.20,
base >=4.11 && <4.21,
async ^>=2.2,
stm ^>=2.5,
network >=3.0 && <3.2,
network >=3.0 && <3.3,
bytestring >=0.10 && <0.13,
attoparsec ^>=0.14,
HsOpenSSL >=0.11.2.3 && <0.12,
Expand Down
6 changes: 3 additions & 3 deletions lib/irc-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ library
Irc.UserInfo
other-modules: View

build-depends: base >=4.11 && <4.20,
build-depends: base >=4.11 && <4.21,
base64-bytestring >= 1.0.0.1 && <1.3,
attoparsec ^>=0.14,
bytestring >=0.10 && <0.13,
hashable >=1.2 && <1.5,
hashable >=1.2 && <1.6,
primitive >=0.6 && <0.10,
text >=1.2 && <2.2,
time >=1.6 && <1.13,
time >=1.6 && <1.15,
vector >=0.11 && <0.14

hs-source-dirs: src
Expand Down

0 comments on commit a3ec982

Please sign in to comment.