summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hack.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/hack.cabal b/hack.cabal
index 9a3e283..ec31f0c 100644
--- a/hack.cabal
+++ b/hack.cabal
@@ -2,7 +2,7 @@ Name: hack
Version: 0.1
Synopsis: Project Synopsis Here
Description: Project Description Here
-License: AllRightsReserved
+License: MIT
Author: Author
Maintainer: maintainer@example.com
Stability: Experimental
@@ -17,13 +17,17 @@ Executable hack
Build-depends:
blessings,
containers,
+ data-default,
lens,
mtl,
old-locale,
process,
scanner,
time,
+ unix,
+ zippers,
base
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-orphans -fno-warn-unused-do-bind
+ -rtsopts