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:
parent
6bf44bfbc5
commit
faa9b4473c
4 changed files with 0 additions and 8 deletions
|
@ -1,7 +1,5 @@
|
||||||
{- Checks system configuration and generates SysConfig.hs. -}
|
{- Checks system configuration and generates SysConfig.hs. -}
|
||||||
|
|
||||||
module Build.Configure where
|
|
||||||
|
|
||||||
import System.Directory
|
import System.Directory
|
||||||
import Data.List
|
import Data.List
|
||||||
import System.Process
|
import System.Process
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
||||||
module Build.InstallDesktopFile where
|
|
||||||
|
|
||||||
import Utility.Exception
|
import Utility.Exception
|
||||||
import Utility.FreeDesktop
|
import Utility.FreeDesktop
|
||||||
import Utility.Path
|
import Utility.Path
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
- Licensed under the GNU GPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Build.OSXMkLibs where
|
|
||||||
|
|
||||||
import Control.Applicative
|
import Control.Applicative
|
||||||
import System.Environment
|
import System.Environment
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
||||||
module Build.Standalone where
|
|
||||||
|
|
||||||
import Control.Applicative
|
import Control.Applicative
|
||||||
import Control.Monad.IfElse
|
import Control.Monad.IfElse
|
||||||
import System.Environment
|
import System.Environment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue