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
|
@ -7,8 +7,6 @@
|
|||
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Build.Standalone where
|
||||
|
||||
import Control.Applicative
|
||||
import Control.Monad.IfElse
|
||||
import System.Environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue