From d0b510ae74010b15e124ad001b0ac616a77b15c3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jan 2018 11:51:17 -0400 Subject: [PATCH] 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 e30d320b92..e9e8e7bc38 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 ()