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 category: Data, Network license: BSD3 license-file: LICENSE author: Trevor Elliott maintainer: trevor@geekgateway.com extra-source-files: tests/Makefile, tests/Tests.hs cabal-version: >= 1.6.0 build-type: Simple source-repository head type: git location: git://github.com/elliottt/hsirc.git library ghc-options: -Wall build-depends: base == 4.*, parsec == 2.1.* exposed-Modules: Network.IRC, Network.IRC.Base, Network.IRC.Commands, Network.IRC.Parser