propellor/propellor.cabal

29 lines
643 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
Homepage:
Category: Utility
Synopsis: property-based host configuration management
Description:
TODO
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