name: irc-fun-client version: 0.1.0.0 synopsis: Another library for writing IRC clients. description: This is an IRC client library that uses @irc-fun-messages@ library package for working with the IRC protocol. It provides functions for sending messages and for receiving them, with the IRC protocol messages abstracted by convenient command and event datatypes. homepage: http://rel4tion.org/projects/irc-fun-client/ bug-reports: http://rel4tion.org/projects/irc-fun-client/tickets/ license: PublicDomain license-file: COPYING author: fr33domlover maintainer: fr33domlover@riseup.net copyright: ♡ Copying is an act of love. Please copy, reuse and share. category: Network, IRC build-type: Simple extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS README.md cabal-version: >=1.10 source-repository head type: darcs location: http://dev.rel4tion.org/fr33domlover/irc-fun-client library exposed-modules: Network.IRC.Fun.Client , Network.IRC.Fun.Client.Commands , Network.IRC.Fun.Client.Events , Network.IRC.Fun.Client.IO , Network.IRC.Fun.Client.Util -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 , irc-fun-messages , network >=2.3 hs-source-dirs: src default-language: Haskell2010