packages feed

irc 0.4.4.2 → 0.5.0.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~parsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: parsec

API changes (from Hackage documentation)

Files

irc.cabal view
@@ -1,7 +1,7 @@ name:               irc synopsis:           A small library for parsing IRC messages. description:        A set of combinators and types for parsing IRC messages.-version:            0.4.4.2+version:            0.5.0.0 category:           Data, Network license:            BSD3 license-file:       LICENSE@@ -18,7 +18,7 @@  library   ghc-options:     -Wall-  build-depends:   base == 4.*, parsec == 2.1.*+  build-depends:   base == 4.*, parsec >= 2.1 && < 3.2   exposed-Modules: Network.IRC,                    Network.IRC.Base,                    Network.IRC.Commands,