summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-05-10 11:13:47 -0300
committerJoey Hess2014-05-10 11:13:47 -0300
commiteb6e6fe11290971b37a18d9a78f6d9b78228c06f (patch)
tree5c7669b6ce12a8e7c95e918e69548de31eb4fba7 /propellor.cabal
parent6088df9105a10ef446cc236982c2e30857182a84 (diff)
parentd7ad05acaaf05c7af066c1d41f3e70e61a9bec96 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 30d61af9..507a0d4b 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,12 +1,12 @@
Name: propellor
Version: 0.5.1
Cabal-Version: >= 1.6
-License: GPL
+License: BSD
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
Stability: Stable
Copyright: 2014 Joey Hess
-License-File: GPL
+License-File: LICENSE
Build-Type: Simple
Homepage: https://propellor.branchable.com/
Category: Utility
@@ -34,7 +34,7 @@ Description:
It is configured using haskell.
Executable propellor
- Main-Is: propellor.hs
+ Main-Is: wrapper.hs
GHC-Options: -Wall -threaded
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,