remove module definitions for these standalone programs

Sometimes ghc --make skips building these binaries, as it sees no Main
module.
This commit is contained in:
Joey Hess 2013-04-17 11:54:27 -04:00
parent 6bf44bfbc5
commit faa9b4473c
4 changed files with 0 additions and 8 deletions

View file

@ -5,8 +5,6 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Build.OSXMkLibs where
import Control.Applicative
import System.Environment
import Data.Maybe