From edf83982be214f3c839fab9b659f645de53a9100 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Aug 2023 12:06:32 -0400 Subject: merge from git-annex Support building with unix-compat 0.7 --- Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.hs') diff --git a/Common.hs b/Common.hs index 5a658a6..ebe6d3f 100644 --- a/Common.hs +++ b/Common.hs @@ -18,7 +18,7 @@ import System.IO as X hiding (FilePath) import System.Posix.IO as X hiding (createPipe) #endif import System.Exit as X -import System.PosixCompat.Files as X +import System.PosixCompat.Files as X (FileStatus) import Utility.Misc as X import Utility.Exception as X -- cgit v1.2.3