moved source code to src

This is to work around OSX's brain-damange regarding filename case
insensitivity.

Avoided moving config.hs, because it's a config file. Put in a symlink to
make build work.
This commit is contained in:
Joey Hess 2014-05-14 19:41:05 -04:00
parent ffe371a9d4
commit 7115d1ec16
61 changed files with 5 additions and 1 deletions

View File

@ -33,9 +33,10 @@ Description:
.
It is configured using haskell.
Executable propellor
Executable wrapper
Main-Is: wrapper.hs
GHC-Options: -Wall -threaded
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl,
@ -47,6 +48,7 @@ Executable propellor
Executable config
Main-Is: config.hs
GHC-Options: -Wall -threaded
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl,
@ -57,6 +59,7 @@ Executable config
Library
GHC-Options: -Wall
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl,

1
src/config.hs Symbolic link
View File

@ -0,0 +1 @@
../config.hs