summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2010-06-10 23:30:09 +0200
committerJulien Dessaux2010-06-20 17:49:39 +0200
commitd97177ce3b392f80e36a93ca41ca1426b0220733 (patch)
treecfa8c4336cfebcad33236e9f0e88dacf832b5722 /hsbot.cabal
parentFixed the plugin termination. (diff)
downloadhsbot-d97177ce3b392f80e36a93ca41ca1426b0220733.tar.gz
hsbot-d97177ce3b392f80e36a93ca41ca1426b0220733.tar.bz2
hsbot-d97177ce3b392f80e36a93ca41ca1426b0220733.zip
Wrote most of the resume code for the core and the irc plugin.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal18
1 files changed, 3 insertions, 15 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index 9fb8549..fcf5533 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -1,5 +1,5 @@
name: hsbot
-version: 0.1.0
+version: 0.2.1
cabal-version: >= 1.8
build-type: Simple
license: BSD3
@@ -20,20 +20,10 @@ Executable hsbot
Main-Is: Main.hs
ghc-options: -Wall
extensions: DeriveDataTypeable ScopedTypeVariables
- build-depends: base >= 4.1,
- containers >= 0.3,
+ build-depends: base >= 4.1 && < 5,
directory >= 1.0,
filepath >= 1.1,
- ghc >= 6.12,
- haskell98 >= 1.0,
- mtl >= 1.1,
- network >= 2.2,
- old-time >= 1.0,
- parsec >= 3.1,
process >= 1.0,
- random >= 1.0,
- text >= 0.7,
- time >= 1.1,
unix >= 2.4
Library
@@ -58,15 +48,13 @@ Library
Hsbot.Types
ghc-options: -Wall
extensions: DeriveDataTypeable ScopedTypeVariables
- build-depends: base >= 4.1,
+ build-depends: base >= 4.1 && < 5,
containers >= 0.3,
directory >= 1.0,
filepath >= 1.1,
- ghc >= 6.12,
haskell98 >= 1.0,
mtl >= 1.1,
network >= 2.2,
- old-time >= 1.0,
parsec >= 3.1,
random >= 1.0,
text >= 0.7,