From 68b8489b655a392a069e0ed8f736aeeaca987b39 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jan 2018 11:51:17 -0400 Subject: windows build fix --- git-annex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v1.2.3