aboutsummaryrefslogtreecommitdiff
path: root/vendor/irc-client/irc-client.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-25 11:55:08 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-25 11:55:08 +0200
commit638803c27a06c076f5f235bbf753b00738c56915 (patch)
tree9f86218ded5698edc7fd20b841fdd475fff95870 /vendor/irc-client/irc-client.cabal
parent059db48bf1f006f6ef0d4d4d94118ffb6fdbc462 (diff)
Up GHC to 9.12, and vendor half the world
Diffstat (limited to 'vendor/irc-client/irc-client.cabal')
-rw-r--r--vendor/irc-client/irc-client.cabal16
1 files changed, 8 insertions, 8 deletions
diff --git a/vendor/irc-client/irc-client.cabal b/vendor/irc-client/irc-client.cabal
index 490665b..5720fa4 100644
--- a/vendor/irc-client/irc-client.cabal
+++ b/vendor/irc-client/irc-client.cabal
@@ -87,7 +87,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base >=4.7 && <5
- , bytestring >=0.10 && <0.12
+ , bytestring >=0.10 && <0.13
, containers >=0.1 && <1
, conduit >=1.2.8 && <1.4
, connection >=0.2 && <0.4
@@ -95,19 +95,19 @@ library
, exceptions >=0.6 && <0.11
, irc-conduit >=0.3 && <0.4
, irc-ctcp >=0.1.2 && <0.2
- , mtl >=2.1 && <2.3
+ , mtl >=2.1 && <2.4
, network-conduit-tls >=1.1 && <1.4
, old-locale >=1.0 && <1.1
, profunctors >=5 && <6
, stm >=2.4 && <2.6
, stm-chans >=2.0 && <3.1
- , text >=1.1 && <1.3
+ , text >=1.1 && <2.2
, time >=1.4 && <2
- , tls >=1.3 && <1.6
- , transformers >=0.3 && <0.6
- , x509 >=1.6 && <1.8
- , x509-store >=1.6 && <1.7
- , x509-validation >=1.6 && <1.7
+ , tls >=1.3 && <2.5
+ , transformers >=0.3 && <0.7
+ , crypton-x509 >=1.6
+ , crypton-x509-store >=1.6
+ , crypton-x509-validation >=1.6
-- Directories containing source files.
-- hs-source-dirs: