diff --git a/bot/irc-core-bot.cabal b/bot/irc-core-bot.cabal index f1a35364..f2b1fe36 100644 --- a/bot/irc-core-bot.cabal +++ b/bot/irc-core-bot.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.2 +cabal-version: 3.0 name: irc-core-bot version: 0.1.0.0 synopsis: Example bot using irc-core @@ -28,10 +28,10 @@ executable irc-core-bot Bot.Config build-depends: - base >=4.9 && <4.19, + base >=4.9 && <4.20, bytestring >=0.10 && <0.13, hookup ^>=0.8, irc-core ^>=2.11, random >=1.1 && <1.3, text >=1.2 && <2.2, - containers ^>=0.6, + containers ^>={0.6, 0.7}, diff --git a/config-schema b/config-schema index a8425d6d..5dacd883 160000 --- a/config-schema +++ b/config-schema @@ -1 +1 @@ -Subproject commit a8425d6d25cddad2501c0d62dd77101678677c0c +Subproject commit 5dacd8833fdf267f3c3eb5059fe181f1b86bdc80 diff --git a/config-value b/config-value index 3c263689..ecc184b8 160000 --- a/config-value +++ b/config-value @@ -1 +1 @@ -Subproject commit 3c263689c2ed21aedd311a74eb99baa58f62873a +Subproject commit ecc184b822195808e2ce9a925d09fb7c1a849053 diff --git a/glirc.cabal b/glirc.cabal index 5de13370..f2784401 100644 --- a/glirc.cabal +++ b/glirc.cabal @@ -22,7 +22,7 @@ bug-reports: https://github.com/glguy/irc-core/issues tested-with: GHC==9.4.7 custom-setup - setup-depends: base >=4.12 && <4.19, + setup-depends: base >=4.12 && <4.20, filepath >=1.4 && <1.5, Cabal >=2.2 && <4 @@ -42,7 +42,7 @@ executable glirc -- Constraints can be found on the library itself build-depends: base, glirc, lens, text, vty, - vty-unix ^>=0.1.0.0, + vty-unix ^>=0.2.0.0, if os(Linux) ld-options: -Wl,--dynamic-list=exec/linux_exported_symbols.txt @@ -163,7 +163,7 @@ library Build_glirc build-depends: - base >=4.11 && <4.19, + base >=4.11 && <4.20, HsOpenSSL >=0.11 && <0.12, async >=2.2 && <2.3, attoparsec ^>=0.14, @@ -171,7 +171,7 @@ library bytestring >=0.10.8 && <0.13, config-schema ^>=1.3.0.0, config-value ^>=0.8, - containers >=0.5.7 && <0.7, + containers >=0.5.7 && <0.8, curve25519 ^>=0.2.5, directory >=1.2.6 && <1.4, filepath >=1.4.1 && <1.5, @@ -190,14 +190,14 @@ library semigroupoids >=5.1 && <6.1, split >=0.2 && <0.3, stm >=2.4 && <2.6, - template-haskell >=2.11 && <2.21, + template-haskell >=2.11 && <2.22, text >=1.2.2 && <2.2, time >=1.10 && <1.14, transformers >=0.5.2 && <0.7, unix >=2.7 && <2.9, unordered-containers >=0.2.11 && <0.3, vector >=0.11 && <0.14, - vty ^>=6.0, + vty ^>=6.1, test-suite test type: exitcode-stdio-1.0 diff --git a/hookup/hookup.cabal b/hookup/hookup.cabal index c2eb415d..a0a9098c 100644 --- a/hookup/hookup.cabal +++ b/hookup/hookup.cabal @@ -37,7 +37,7 @@ library cbits/pem_password_cb.c build-depends: - base >=4.11 && <4.19, + base >=4.11 && <4.20, async ^>=2.2, stm ^>=2.5, network >=3.0 && <3.2, diff --git a/lib/irc-core.cabal b/lib/irc-core.cabal index 9d880c09..7de10b6a 100644 --- a/lib/irc-core.cabal +++ b/lib/irc-core.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.4 +cabal-version: 3.0 name: irc-core version: 2.11 synopsis: IRC core library for glirc @@ -33,12 +33,12 @@ library Irc.UserInfo other-modules: View - build-depends: base >=4.11 && <4.19, + build-depends: base >=4.11 && <4.20, base64-bytestring >= 1.0.0.1 && <1.3, attoparsec ^>=0.14, bytestring >=0.10 && <0.13, hashable >=1.2 && <1.5, - primitive >=0.6 && <0.9, + primitive >=0.6 && <0.10, text >=1.2 && <2.2, time >=1.6 && <1.13, vector >=0.11 && <0.14