diff --git a/bot/irc-core-bot.cabal b/bot/irc-core-bot.cabal index b6dab097..3e903ccc 100644 --- a/bot/irc-core-bot.cabal +++ b/bot/irc-core-bot.cabal @@ -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, diff --git a/config-schema b/config-schema index 5dacd883..f24baad1 160000 --- a/config-schema +++ b/config-schema @@ -1 +1 @@ -Subproject commit 5dacd8833fdf267f3c3eb5059fe181f1b86bdc80 +Subproject commit f24baad156bb1d81457c713bb3cb6ad3336b73cf diff --git a/config-value b/config-value index ecc184b8..a4ee6958 160000 --- a/config-value +++ b/config-value @@ -1 +1 @@ -Subproject commit ecc184b822195808e2ce9a925d09fb7c1a849053 +Subproject commit a4ee695830d7e272d982e1cbae99f97e640961a8 diff --git a/hookup/hookup.cabal b/hookup/hookup.cabal index 5ce1b012..8dc83ce1 100644 --- a/hookup/hookup.cabal +++ b/hookup/hookup.cabal @@ -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, diff --git a/lib/irc-core.cabal b/lib/irc-core.cabal index 387393af..0a315f30 100644 --- a/lib/irc-core.cabal +++ b/lib/irc-core.cabal @@ -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