packages feed

kevin-0.6: kevin.cabal

Name:             kevin
Version:          0.6
Synopsis:         a dAmn ↔ IRC proxy
Description:      a dAmn ↔ IRC proxy
License:          GPL
License-file:     LICENSE
Author:           Joel Taylor
Maintainer:       barebonesgraphics@gmail.com
Build-Type:       Simple
Cabal-Version:    >=1.10
Category:         Utils

source-repository head
    type: git
    location: git://github.com/otters/kevin.git

Executable kevin
    Main-is:            Main.hs

    Default-language:   Haskell2010
    
    Build-Depends:      attoparsec == 0.10.*,
                        base == 4.*,
                        bytestring == 0.9.*,
                        containers == 0.4.*,
                        cprng-aes == 0.3.*,
                        data-default == 0.5.*,
                        HTTP == 4000.2.*,
                        lens >= 3.8.2 && < 3.9,
                        MonadCatchIO-transformers == 0.3.*,
                        mtl == 2.1.*,
                        network == 2.4.*,
                        regex-pcre-builtin == 0.94.*,
                        stm == 2.4.*,
                        text == 0.11.*,
                        time == 1.4.*,
                        tls == 1.1.*,
                        tls-extra == 0.6.*
                        
    Other-Modules:      Kevin,
                        Kevin.Base,
                        Kevin.Chatrooms,
                        Kevin.Damn.Packet,
                        Kevin.Damn.Protocol,
                        Kevin.Damn.Protocol.Send,
                        Kevin.IRC.Packet,
                        Kevin.IRC.Protocol,
                        Kevin.IRC.Protocol.Send,
                        Kevin.Protocol,
                        Kevin.Settings,
                        Kevin.Types,
                        Kevin.Util.Entity,
                        Kevin.Util.Logger,
                        Kevin.Util.Tablump,
                        Kevin.Util.Token
                
    default-extensions: CPP, DeriveDataTypeable, ExistentialQuantification, FlexibleContexts, OverloadedStrings, ScopedTypeVariables, TemplateHaskell
    ghc-options:        -Wall -fno-warn-unused-do-bind -threaded
    cpp-options:        -DVERSION="0.6"