packages feed

irc 0.4.2 → 0.4.3

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.2+version:            0.4.3 category:           Data license:            BSD3 license-file:       LICENSE@@ -15,7 +15,7 @@  library   ghc-options:     -Wall-  build-depends:   base, parsec >= 2.0+  build-depends:   base, parsec >= 2.1.0.0   exposed-Modules: Network.IRC,                    Network.IRC.Base,                    Network.IRC.Commands,