From ff07633fb8f81577ffec409cbf0a3c7361990f6c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 13 Apr 2011 20:15:55 +0200 Subject: Began a big refactoring/rewriting (again) --- hsbot.cabal | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 hsbot.cabal (limited to 'hsbot.cabal') diff --git a/hsbot.cabal b/hsbot.cabal new file mode 100644 index 0000000..e1654b4 --- /dev/null +++ b/hsbot.cabal @@ -0,0 +1,48 @@ +Name: hsbot +Version: 0.4 +Cabal-version: >=1.2 +Synopsis: A multipurposes IRC bot +Description: + hsbot is a multi-purpose bot, written slowly, as long as I learned more + haskell. It features IRC integration and some plugins. I tried to design + a bot architecture as modular and as flexible as possible. +Homepage: http://hsbot.adyxax.org/ +License: BSD3 +License-file: LICENSE +Author: Julien Dessaux +Maintainer: judessaux@gmail.com +Copyright: Copyright (c) 2010 Julien Dessaux +Category: Hsbot +Build-type: Simple + + +Library + ghc-options: -Wall + exposed-modules: Hsbot + --Hsbot.Command + Hsbot.Config + Hsbot.Core + --Hsbot.Plugin + Hsbot.Types + Hsbot.Utils + Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables + Build-depends: base >= 4.1 && < 5, + bytestring, + certificate, + containers, + cryptocipher, + dyre, + hslogger, + irc, + mtl, + network, + tls >= 0.5.1, + tls-extra >= 0.1.2 + + +Executable hsbot + Main-is: Main.hs + Ghc-options: -Wall + Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables + Build-depends: base >= 4.1 && < 5 + -- cgit v1.2.3