diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-09 13:13:59 -0300 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-09 13:14:17 -0300 |
| commit | c2375ae087903fb2c956eb046adf857b6b2f4ae2 (patch) | |
| tree | f56a7ee47b1ae6dbb4f1450af2929ac8e69b91e8 | |
| parent | bb30f81a9684062ce5aa5695648bbc46924e70f7 (diff) | |
rename file because of OSX brain-damage
| -rw-r--r-- | propellor.cabal | 2 | ||||
| -rw-r--r-- | wrapper.hs (renamed from propellor.hs) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index 30d61af9..f659fa54 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -34,7 +34,7 @@ Description: It is configured using haskell. Executable propellor - Main-Is: propellor.hs + Main-Is: wrapper.hs GHC-Options: -Wall -threaded Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, diff --git a/propellor.hs b/wrapper.hs index 2478450f..f180e855 100644 --- a/propellor.hs +++ b/wrapper.hs @@ -1,7 +1,7 @@ -- | Wrapper program for propellor distribution. -- -- Distributions should install this program into PATH. --- (Cabal builds it as dict/build/propellor. +-- (Cabal builds it as dist/build/propellor. -- -- This is not the propellor main program (that's config.hs) -- |
