blob: f93e4b25dd9a34c9cf94886592634c4777910847 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|