packages feed

irc-0.2.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.2.1
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, Network.IRC.Parser, Network.IRC.Types
ghc-options:            -Wall -fglasgow-exts