From d5108c6560c19420c4318576ce33a445e639cf1e Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 6 Aug 2017 22:06:53 +0200 Subject: license: AllRightsReserved -> MIT --- hack.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hack.cabal') 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 -- cgit v1.2.3