summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-08 15:26:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-08 15:26:50 -0400
commit20f5069da062a688a89d153d0391b44f8d75aaab (patch)
tree1e0dbc1617cfafb20b52f5be4ad676719b864ba2
parent9e65dd757f9fe8e031ea936ce4e2a8cb998f7f83 (diff)
fix build on windows with older ghc
-rw-r--r--Utility/UserInfo.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Utility/UserInfo.hs b/Utility/UserInfo.hs
index 6f0c59d04..c6010116e 100644
--- a/Utility/UserInfo.hs
+++ b/Utility/UserInfo.hs
@@ -17,9 +17,7 @@ module Utility.UserInfo (
import Utility.Env
import System.PosixCompat
-#ifndef mingw32_HOST_OS
import Control.Applicative
-#endif
import Prelude
{- Current user's home directory.