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