From c4afc9c90f9016b3ecfa96193c531c73ccbdeae4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:37:45 -0400 Subject: rename --- hostprop.cabal | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 hostprop.cabal (limited to 'hostprop.cabal') diff --git a/hostprop.cabal b/hostprop.cabal deleted file mode 100644 index f93e4b25..00000000 --- a/hostprop.cabal +++ /dev/null @@ -1,28 +0,0 @@ -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.3-2-g0d8e