diff --git a/bot/irc-core-bot.cabal b/bot/irc-core-bot.cabal index 8ea53b40..9d8b0525 100644 --- a/bot/irc-core-bot.cabal +++ b/bot/irc-core-bot.cabal @@ -15,7 +15,7 @@ cabal-version: >=1.10 executable irc-core-bot main-is: Main.hs - build-depends: base >=4.9 && <4.12, + build-depends: base >=4.9 && <4.13, bytestring >=0.10 && <0.11, hookup >=0.2 && <0.3, irc-core >=2.5 && <2.6, diff --git a/config-schema b/config-schema index 6c3eb187..183349c0 160000 --- a/config-schema +++ b/config-schema @@ -1 +1 @@ -Subproject commit 6c3eb18701eae231b37cc368e908602fbfe9e8db +Subproject commit 183349c09c30d702385d803a3c9d43cfae8f2cdb diff --git a/config-value b/config-value index cff48fad..9e0e51ec 160000 --- a/config-value +++ b/config-value @@ -1 +1 @@ -Subproject commit cff48fad45ac0a64b54c1b3274768743d9f9b1e4 +Subproject commit 9e0e51ec5bc05b65d3676de7d99643e0332d3c35 diff --git a/glirc.cabal b/glirc.cabal index 86878d90..6bb737f3 100644 --- a/glirc.cabal +++ b/glirc.cabal @@ -22,9 +22,9 @@ bug-reports: https://github.com/glguy/irc-core/issues tested-with: GHC==8.4.3 custom-setup - setup-depends: base >=4.11 && <4.12, + setup-depends: base >=4.11 && <4.13, filepath >=1.4 && <1.5, - Cabal >=2.2 && <2.3, + Cabal >=2.2 && <2.5, source-repository head type: git @@ -127,7 +127,7 @@ library autogen-modules: Paths_glirc Build_glirc - build-depends: base >=4.11 && <4.12, + build-depends: base >=4.11 && <4.13, HsOpenSSL >=0.11 && <0.12, async >=2.1 && <2.3, attoparsec >=0.13 && <0.14, @@ -151,8 +151,8 @@ library regex-tdfa >=1.2 && <1.3, semigroupoids >=5.1 && <5.4, split >=0.2 && <0.3, - stm >=2.4 && <2.5, - template-haskell >=2.11 && <2.14, + stm >=2.4 && <2.6, + template-haskell >=2.11 && <2.15, text >=1.2.2 && <1.3, time >=1.6 && <1.10, transformers >=0.5.2 && <0.6, diff --git a/hookup/hookup.cabal b/hookup/hookup.cabal index 65b9a216..a3f4e7ac 100644 --- a/hookup/hookup.cabal +++ b/hookup/hookup.cabal @@ -26,7 +26,7 @@ library other-modules: Hookup.OpenSSL, Hookup.Socks5 extra-libraries: ssl - build-depends: base >=4.9 && <4.12, + build-depends: base >=4.9 && <4.13, network >=2.6 && <2.9, bytestring >=0.10 && <0.11, attoparsec >=0.13 && <0.14, diff --git a/lib/irc-core.cabal b/lib/irc-core.cabal index 54945424..e3921a62 100644 --- a/lib/irc-core.cabal +++ b/lib/irc-core.cabal @@ -32,7 +32,7 @@ library Irc.UserInfo other-modules: View - build-depends: base >=4.11 && <4.12, + build-depends: base >=4.11 && <4.13, base64-bytestring >= 1.0.0.1 && <1.1, attoparsec >=0.13 && <0.14, bytestring >=0.10 && <0.11,