summaryrefslogtreecommitdiff
path: root/propellor.cabal
blob: ae08f50dd1c6bbf611bbba088b7366af3911b06b (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: propellor
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 propellor
  Main-Is: Propellor.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/propellor.git