rename file because of OSX brain-damage

This commit is contained in:
Joey Hess 2014-05-09 13:13:59 -03:00
parent bb30f81a96
commit c2375ae087
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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)
--