packages feed

irc-0.2: 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.2
category:               Data
license:                LGPL
license-file:           COPYING
author:                 Trevor Elliott
maintainer:             trevor@geekgateway.com
extra-source-files:     COPYING.LESSER
build-depends:          base, parsec >= 2.0
exposed-Modules:        Network.IRC
ghc-options:            -Wall -fglasgow-exts