irc-conduit 0.2.2.3 → 0.2.2.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~conduit-extraPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit-extra
API changes (from Hackage documentation)
Files
- irc-conduit.cabal +3/−3
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.3+version: 0.2.2.4 -- A short (one-line) description of the package. synopsis: Streaming IRC message library using conduits.@@ -83,7 +83,7 @@ , async >=2.0 && <2.2 , bytestring >=0.10 && <0.11 , conduit >=1.2 && <1.3- , conduit-extra >=1.1 && <1.2+ , conduit-extra >=1.1 && <1.3 , connection >=0.2 && <0.3 , irc >=0.6 && <0.7 , irc-ctcp >=0.1.1 && <0.2@@ -108,4 +108,4 @@ source-repository this type: git location: https://github.com/barrucadu/irc-conduit.git- tag: 0.2.2.3+ tag: 0.2.2.4