fix build warning
This commit is contained in:
parent
049a0bb9f5
commit
11ceee93b4
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
import Control.Applicative
|
|
||||||
import System.Environment
|
import System.Environment
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
import System.FilePath
|
import System.FilePath
|
||||||
|
@ -16,6 +15,8 @@ import Control.Monad
|
||||||
import Data.List
|
import Data.List
|
||||||
import System.Posix.Files
|
import System.Posix.Files
|
||||||
import Control.Monad.IfElse
|
import Control.Monad.IfElse
|
||||||
|
import Control.Applicative
|
||||||
|
import Prelude
|
||||||
|
|
||||||
import Utility.LinuxMkLibs
|
import Utility.LinuxMkLibs
|
||||||
import Utility.Directory
|
import Utility.Directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue