summaryrefslogtreecommitdiffstats
path: root/hack.cabal
diff options
context:
space:
mode:
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