diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:37:45 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:37:45 -0400 |
| commit | c4afc9c90f9016b3ecfa96193c531c73ccbdeae4 (patch) | |
| tree | a478d34bd26b9af628a139ea11ffb760976a4f60 | |
| parent | 47a0785fbc45a60560fbe4d34582f5215485c00f (diff) | |
rename
| -rw-r--r-- | Propellor.hs (renamed from HostProp.hs) | 0 | ||||
| -rw-r--r-- | propellor.cabal (renamed from hostprop.cabal) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/HostProp.hs b/Propellor.hs index 1bc1373a..1bc1373a 100644 --- a/HostProp.hs +++ b/Propellor.hs diff --git a/hostprop.cabal b/propellor.cabal index f93e4b25..ae08f50d 100644 --- a/hostprop.cabal +++ b/propellor.cabal @@ -1,4 +1,4 @@ -Name: hostprop +Name: propellor Version: 0 Cabal-Version: >= 1.6 License: GPL @@ -14,8 +14,8 @@ Synopsis: property-based host configuration management Description: TODO -Executable hostprop - Main-Is: HostProp.hs +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 @@ -25,4 +25,4 @@ Executable hostprop source-repository head type: git - location: git://git.kitenet.net/hostprop.git + location: git://git.kitenet.net/propellor.git |
