summaryrefslogtreecommitdiff
path: root/HsbotMaster/hsbot.cabal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--HsbotMaster/hsbot.cabal7
1 files changed, 1 insertions, 6 deletions
diff --git a/HsbotMaster/hsbot.cabal b/HsbotMaster/hsbot.cabal
index d3ee0ce..7cce1da 100644
--- a/HsbotMaster/hsbot.cabal
+++ b/HsbotMaster/hsbot.cabal
@@ -20,17 +20,12 @@ Executable hsbot
Main-is: Main.hs
Ghc-options: -Wall
Extensions: DeriveDataTypeable ScopedTypeVariables
- Build-depends: base >= 4.1 && < 5,
- directory >= 1.0,
- filepath >= 1.1,
- process >= 1.0,
- unix >= 2.4
+ Build-depends: base >= 4.1 && < 5
Library
Ghc-options: -Wall
Extensions: DeriveDataTypeable ScopedTypeVariables
Exposed-modules: Hsbot.Message,
- Hsbot.PluginUtils,
Hsbot.Types
Build-depends: base >= 4.1 && < 5,
containers >= 0.3,