propellor/propellor.cabal

30 lines
819 B
Plaintext
Raw Normal View History

2014-03-30 06:37:45 +00:00
Name: propellor
2014-03-30 04:08:02 +00:00
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
2014-03-30 20:31:45 +00:00
Homepage: http://joeyh.name/code/propellor/
2014-03-30 04:08:02 +00:00
Category: Utility
2014-03-30 07:49:01 +00:00
Synopsis: property-based host configuration management in haskell
2014-03-30 04:08:02 +00:00
Description:
2014-03-30 07:49:01 +00:00
Propellor enures that the system it's run in satisfies a list of
properties, taking action as necessary when a property is not yet met.
2014-03-30 04:08:02 +00:00
2014-03-30 06:37:45 +00:00
Executable propellor
Main-Is: Propellor.hs
2014-03-30 04:08:02 +00:00
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
2014-03-30 06:37:45 +00:00
location: git://git.kitenet.net/propellor.git