irc-client 1.1.0.0 → 1.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- irc-client.cabal +3/−3
irc-client.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.1.0.0+version: 1.1.0.1 -- A short (one-line) description of the package. synopsis: An IRC client library.@@ -92,7 +92,7 @@ , conduit >=1.2.8 && <1.4 , connection >=0.2 && <0.3 , contravariant >=0.1 && <1.5- , exceptions >=0.6 && <0.9+ , exceptions >=0.6 && <0.10 , irc-conduit >=0.3 && <0.4 , irc-ctcp >=0.1.2 && <0.2 , mtl >=2.1 && <2.3@@ -124,4 +124,4 @@ source-repository this type: git location: https://github.com/barrucadu/irc-client.git- tag: 1.1.0.0+ tag: 1.1.0.1