diff options
-rw-r--r-- | hack.cabal | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |