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) --- HsbotMaster/hsbot.cabal | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 HsbotMaster/hsbot.cabal (limited to 'HsbotMaster/hsbot.cabal') diff --git a/HsbotMaster/hsbot.cabal b/HsbotMaster/hsbot.cabal deleted file mode 100644 index 7cce1da..0000000 --- a/HsbotMaster/hsbot.cabal +++ /dev/null @@ -1,38 +0,0 @@ -Name: hsbot -Version: 0.3 -Cabal-version: >=1.2 -Synopsis: A multi-purposes 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 - - -Executable hsbot - Main-is: Main.hs - Ghc-options: -Wall - Extensions: DeriveDataTypeable ScopedTypeVariables - Build-depends: base >= 4.1 && < 5 - -Library - Ghc-options: -Wall - Extensions: DeriveDataTypeable ScopedTypeVariables - Exposed-modules: Hsbot.Message, - Hsbot.Types - Build-depends: base >= 4.1 && < 5, - containers >= 0.3, - mtl >= 1.1, - time >= 1.1 - --- Extra files to be distributed with the package, such as examples or --- a README. --- Extra-source-files: - -- cgit v1.2.3