summaryrefslogtreecommitdiff
path: root/hostprop.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 00:08:02 -0400
committerJoey Hess2014-03-30 00:08:02 -0400
commit92957b27ece2d4fb2eb4ce9121dd26ee94985b48 (patch)
treec25c4dbd5d497958ba011ad7382ab92fc3cc8f45 /hostprop.cabal
parent0ab0216d0b400fae78a6a6916ef9f82ed31dc0fa (diff)
cabalized and added a wrapper program
Diffstat (limited to 'hostprop.cabal')
-rw-r--r--hostprop.cabal28
1 files changed, 28 insertions, 0 deletions
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 <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