summaryrefslogtreecommitdiffstats
path: root/hack.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-06 22:06:53 +0200
committertv <tv@krebsco.de>2017-08-06 22:08:10 +0200
commitd5108c6560c19420c4318576ce33a445e639cf1e (patch)
tree1165c4b451ca65d5abdcdef02501da45021b9d3f /hack.cabal
parentcba55fb3b19b1b8fd8a786ddb569e4a6866e1e63 (diff)
license: AllRightsReserved -> MIT
Diffstat (limited to 'hack.cabal')
-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