propellor/hostprop.cabal

29 lines
639 B
Plaintext
Raw Normal View History

2014-03-30 04:08:02 +00:00
Name: hostprop
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 hostprop
Main-Is: HostProp.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/hostprop.git