irc-conduit 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~asyncPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: async
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.3.0.0+version: 0.3.0.1 -- A short (one-line) description of the package. synopsis: Streaming IRC message library using conduits.@@ -80,7 +80,7 @@ -- Other library packages from which modules are imported. build-depends: base >=4.8 && <5- , async >=2.0 && <2.2+ , async >=2.0 && <2.3 , bytestring >=0.10 && <0.11 , conduit >=1.2.8 && <1.4 , conduit-extra >=1.1 && <1.4@@ -108,4 +108,4 @@ source-repository this type: git location: https://github.com/barrucadu/irc-conduit.git- tag: 0.3.0.0+ tag: 0.3.0.1