diff options
Diffstat (limited to 'vendor/irc-client')
| -rw-r--r-- | vendor/irc-client/irc-client.cabal | 16 |
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: |
