rename file because of OSX brain-damage
This commit is contained in:
parent
bb30f81a96
commit
c2375ae087
|
@ -34,7 +34,7 @@ Description:
|
||||||
It is configured using haskell.
|
It is configured using haskell.
|
||||||
|
|
||||||
Executable propellor
|
Executable propellor
|
||||||
Main-Is: propellor.hs
|
Main-Is: wrapper.hs
|
||||||
GHC-Options: -Wall -threaded
|
GHC-Options: -Wall -threaded
|
||||||
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
|
||||||
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
-- | Wrapper program for propellor distribution.
|
-- | Wrapper program for propellor distribution.
|
||||||
--
|
--
|
||||||
-- Distributions should install this program into PATH.
|
-- 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)
|
-- This is not the propellor main program (that's config.hs)
|
||||||
--
|
--
|
Loading…
Reference in New Issue