name: irc synopsis: A small library for parsing IRC messages. description: A set of combinators and types for parsing IRC messages. version: 0.4 category: Data license: LGPL license-file: COPYING author: Trevor Elliott maintainer: trevor@geekgateway.com extra-source-files: COPYING.LESSER, tests/Makefile, tests/Tests.hs cabal-version: >= 1.2.0 library ghc-options: -Wall build-depends: base, parsec >= 2.0 exposed-Modules: Network.IRC, Network.IRC.Base, Network.IRC.Commands, Network.IRC.Parser