name: irc-fun-messages version: 0.4 synopsis: Types and functions for working with the IRC protocol. description: Another IRC library. It doesn't provide a client API though. It just provides functions for parsing and serializing IRC commands and replies. . The package is based on RFC 2812, with modifications and extensions to work with Freenode. . NOTE: The handling of IRC protocol messages is incomplete, but there is enough to e.g. create an IRC bot. Missing features are being added as needed while working on , and of course patches are welcome. homepage: http://rel4tion.org/projects/irc-fun-messages/ bug-reports: https://notabug.org/fr33domlover/funbot/issues license: PublicDomain license-file: COPYING author: fr33domlover maintainer: fr33domlover@riseup.net copyright: ♡ Copying is an act of love. Please copy, reuse and share. category: Data, IRC, Network build-type: Simple extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS.md README.md cabal-version: >=1.10 source-repository head type: darcs location: http://hub.darcs.net/fr33domlover/irc-fun-messages library exposed-modules: Network.Irc.Messages , Network.Irc.Messages.Mask , Network.Irc.Messages.Modes , Network.Irc.Messages.Types other-modules: Network.Irc.Messages.Internal.Parse , Network.Irc.Messages.Internal.Serialize , Network.Irc.Messages.Internal.Tokens.Message , Network.Irc.Messages.Internal.Tokens.Other , Network.Irc.Messages.Internal.Tokens.Reply , Network.Irc.Messages.Internal.Tokens.Target , Network.Irc.Messages.Internal.Tokens.Wildcards , Network.Irc.Messages.Internal.Types , Network.Irc.Messages.Internal.Util -- other-extensions: build-depends: base >=4.7 && <5 , irc-fun-types >=0.2 , regex-applicative , text hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall