summaryrefslogtreecommitdiffstats
path: root/hack.cabal
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-28 14:01:01 +0200
committertv <tv@shackspace.de>2014-07-28 14:01:01 +0200
commitcb460f6382e237c95c4201c31e409118d93e1235 (patch)
treeb69d1b30750a0423ae0d54c4170b3910aa3d45be /hack.cabal
parent9c3f9557ded1e2d08d3799fb202f86becf1ea534 (diff)
Process: initial commit
Diffstat (limited to 'hack.cabal')
-rw-r--r--hack.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hack.cabal b/hack.cabal
index 709576c..13e26e6 100644
--- a/hack.cabal
+++ b/hack.cabal
@@ -14,9 +14,10 @@ Executable hack
main-is: Main.hs
Build-depends:
+ mtl,
old-locale,
+ process,
time,
- mtl,
base
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2