summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-01-09 11:51:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-01-09 11:51:17 -0400
commit68b8489b655a392a069e0ed8f736aeeaca987b39 (patch)
tree6ec10edf9655501162496d7e9cf8127d51069e7e
parent2e9dc60ffc8d3f050501cf24906ea9767730aea1 (diff)
windows build fix
-rw-r--r--git-annex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs
index e30d320b9..e9e8e7bc3 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -19,7 +19,7 @@ import Utility.FileSystemEncoding
#ifdef mingw32_HOST_OS
import Utility.UserInfo
-import Utility.Env
+import Utility.Env.Set
#endif
main :: IO ()