fix import warnings

This commit is contained in:
Joey Hess 2016-01-14 10:18:37 -04:00
parent 6976d57f64
commit 927e1a067e
Failed to extract signature
4 changed files with 3 additions and 4 deletions

View file

@ -20,13 +20,14 @@ import Utility.OSX
import Assistant.Install.AutoStart
import Assistant.Install.Menu
import Control.Applicative
import System.Directory
import System.Environment
#ifndef mingw32_HOST_OS
import System.Posix.User
#endif
import Data.Maybe
import Control.Applicative
import Prelude
systemwideInstall :: IO Bool
#ifndef mingw32_HOST_OS