summaryrefslogtreecommitdiff
path: root/Build/OSXMkLibs.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-17 11:54:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-17 11:54:27 -0400
commit5f516ac44fb8b141172e4deba5ff800247ee8616 (patch)
treea9b87eea7752a13e07e44df5cc66bdab2079d26d /Build/OSXMkLibs.hs
parent768ef350be189e96497b3153a8329ba1403fa044 (diff)
remove module definitions for these standalone programs
Sometimes ghc --make skips building these binaries, as it sees no Main module.
Diffstat (limited to 'Build/OSXMkLibs.hs')
-rw-r--r--Build/OSXMkLibs.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/OSXMkLibs.hs b/Build/OSXMkLibs.hs
index b0f87d153..90aeba958 100644
--- a/Build/OSXMkLibs.hs
+++ b/Build/OSXMkLibs.hs
@@ -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