irc-conduit 0.2.2.4 → 0.2.2.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~conduitdep ~conduit-extradep ~network-conduit-tlsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit, conduit-extra, network-conduit-tls
API changes (from Hackage documentation)
Files
- irc-conduit.cabal +5/−5
irc-conduit.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.2.2.4+version: 0.2.2.5 -- A short (one-line) description of the package. synopsis: Streaming IRC message library using conduits.@@ -82,12 +82,12 @@ build-depends: base >=4.8 && <5 , async >=2.0 && <2.2 , bytestring >=0.10 && <0.11- , conduit >=1.2 && <1.3- , conduit-extra >=1.1 && <1.3+ , conduit >=1.2 && <1.4+ , conduit-extra >=1.1 && <1.4 , connection >=0.2 && <0.3 , irc >=0.6 && <0.7 , irc-ctcp >=0.1.1 && <0.2- , network-conduit-tls >=1.1 && <1.3+ , network-conduit-tls >=1.1 && <1.4 , profunctors >=5 && <6 , text >=1.0 && <1.3 , time >=1.4 && <1.9@@ -108,4 +108,4 @@ source-repository this type: git location: https://github.com/barrucadu/irc-conduit.git- tag: 0.2.2.4+ tag: 0.2.2.5