diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 11:54:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 11:54:27 -0400 |
commit | 5f516ac44fb8b141172e4deba5ff800247ee8616 (patch) | |
tree | a9b87eea7752a13e07e44df5cc66bdab2079d26d /Build | |
parent | 768ef350be189e96497b3153a8329ba1403fa044 (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')
-rw-r--r-- | Build/Configure.hs | 2 | ||||
-rw-r--r-- | Build/InstallDesktopFile.hs | 2 | ||||
-rw-r--r-- | Build/OSXMkLibs.hs | 2 | ||||
-rw-r--r-- | Build/Standalone.hs | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs index ae51e2f9e..34df7337e 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -1,7 +1,5 @@ {- Checks system configuration and generates SysConfig.hs. -} -module Build.Configure where - import System.Directory import Data.List import System.Process diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index 633979155..40bcee069 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -8,8 +8,6 @@ {-# LANGUAGE CPP #-} -module Build.InstallDesktopFile where - import Utility.Exception import Utility.FreeDesktop import Utility.Path 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 diff --git a/Build/Standalone.hs b/Build/Standalone.hs index 76ff7b25c..387c65703 100644 --- a/Build/Standalone.hs +++ b/Build/Standalone.hs @@ -7,8 +7,6 @@ {-# LANGUAGE CPP #-} -module Build.Standalone where - import Control.Applicative import Control.Monad.IfElse import System.Environment |