diff --git a/propellor.cabal b/propellor.cabal index 30d61af..f659fa5 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 similarity index 98% rename from propellor.hs rename to wrapper.hs index 2478450..f180e85 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) --