diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:37:45 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:37:45 -0400 |
| commit | c4afc9c90f9016b3ecfa96193c531c73ccbdeae4 (patch) | |
| tree | a478d34bd26b9af628a139ea11ffb760976a4f60 /propellor.cabal | |
| parent | 47a0785fbc45a60560fbe4d34582f5215485c00f (diff) | |
rename
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal new file mode 100644 index 00000000..ae08f50d --- /dev/null +++ b/propellor.cabal @@ -0,0 +1,28 @@ +Name: propellor +Version: 0 +Cabal-Version: >= 1.6 +License: GPL +Maintainer: Joey Hess <joey@kitenet.net> +Author: Joey Hess +Stability: Stable +Copyright: 2014 Joey Hess +License-File: GPL +Build-Type: Simple +Homepage: +Category: Utility +Synopsis: property-based host configuration management +Description: + TODO + +Executable propellor + Main-Is: Propellor.hs + GHC-Options: -Wall + Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, + IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal + + if (! os(windows)) + Build-Depends: unix + +source-repository head + type: git + location: git://git.kitenet.net/propellor.git |
