hulk-0.1.1: hulk.cabal
Name: hulk
Version: 0.1.1
Synopsis: IRC daemon.
Description: An IRC daemon with mandatory authentication.
License: BSD3
License-file: LICENSE
Author: Chris Done
Maintainer: chrisdone@gmail.com
Copyright: 2010 Chris Done
Category: Network
Build-type: Simple
Cabal-version: >=1.2
Extra-source-files: README.md, hulk.conf.example, txt/MOTD, txt/PREFACE
Executable hulk
Main-is: Main.hs
Other-Modules: Control.Concurrent.Delay, Control.Monad.IO,
Data.String,
Hulk.Auth, Hulk.Client, Hulk.Concurrent, Hulk.Config,
Hulk.Event, Hulk.Log, Hulk.Options, Hulk.Providers,
Hulk.Server, Hulk.Types
Ghc-options: -threaded
Hs-Source-Dirs: src
Build-depends: base >= 4 && <5
,cmdargs >= 0.6 && <0.7
,network >= 2.2 && < 2.4
,ConfigFile >= 1.0 && < 1.1
,unix >= 2.4 && < 2.5
,mtl >= 1.1 && < 1.2
,containers >= 0.3 && < 0.4
,irc >= 0.4 && < 0.5
,split >= 0.1 && < 0.2
,utf8-string >= 0.3 && < 0.4
,Crypto>=4.2 && < 4.3
,time >= 1.1 && < 1.2
Executable hulk-generate-pass
Main-is: GeneratePass.hs
Other-Modules: Control.Concurrent.Delay, Control.Monad.IO,
Data.String,
Hulk.Auth, Hulk.Client, Hulk.Concurrent, Hulk.Config,
Hulk.Event, Hulk.Log, Hulk.Options, Hulk.Providers,
Hulk.Server, Hulk.Types
Hs-Source-Dirs: src
Build-depends: base >= 4 && <5
,cmdargs >= 0.6 && <0.7
,network >= 2.2 && < 2.4
,ConfigFile >= 1.0 && < 1.1
,unix >= 2.4 && < 2.5
,mtl >= 1.1 && < 1.2
,containers >= 0.3 && < 0.4
,irc >= 0.4 && < 0.5
,split >= 0.1 && < 0.2
,utf8-string >= 0.3 && <0.4
,Crypto>=4.2 && <4.3