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) --- HsbotIrcBot/hsbot-irc.cabal | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 HsbotIrcBot/hsbot-irc.cabal (limited to 'HsbotIrcBot/hsbot-irc.cabal') diff --git a/HsbotIrcBot/hsbot-irc.cabal b/HsbotIrcBot/hsbot-irc.cabal deleted file mode 100644 index d1f98ee..0000000 --- a/HsbotIrcBot/hsbot-irc.cabal +++ /dev/null @@ -1,37 +0,0 @@ -Name: hsbot-irc -Version: 0.3.11 -Cabal-version: >=1.2 -Synopsis: The irc part of 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-irc - Main-is: Main.hs - Ghc-options: -Wall - Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables - Build-depends: base >= 4.1 && < 5, - ConfigFile, - containers, - directory, - filepath, - haskell98, - MissingH, - mtl, - network, - parsec, - random, - text, - time, - unix - -- cgit v1.2.3