diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 12:41:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 12:41:36 -0400 |
commit | a61a80889c97095bdd4aa96997e60a013deb4295 (patch) | |
tree | 973b8564ac292946c919e9eb9e874d610faec15f /Build | |
parent | bc30ee477c5e8a682d359a913e6d474653ff70ad (diff) |
fix build warning
Diffstat (limited to 'Build')
-rw-r--r-- | Build/LinuxMkLibs.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs index 300ace69d..16946e188 100644 --- a/Build/LinuxMkLibs.hs +++ b/Build/LinuxMkLibs.hs @@ -7,7 +7,6 @@ module Main where -import Control.Applicative import System.Environment import Data.Maybe import System.FilePath @@ -16,6 +15,8 @@ import Control.Monad import Data.List import System.Posix.Files import Control.Monad.IfElse +import Control.Applicative +import Prelude import Utility.LinuxMkLibs import Utility.Directory |