From 92957b27ece2d4fb2eb4ce9121dd26ee94985b48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 00:08:02 -0400 Subject: cabalized and added a wrapper program --- hostprop.cabal | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 hostprop.cabal (limited to 'hostprop.cabal') diff --git a/hostprop.cabal b/hostprop.cabal new file mode 100644 index 00000000..f93e4b25 --- /dev/null +++ b/hostprop.cabal @@ -0,0 +1,28 @@ +Name: hostprop +Version: 0 +Cabal-Version: >= 1.6 +License: GPL +Maintainer: Joey Hess +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 -- cgit v1.2.3