From e859ebe2b3255e172d292e090bf69df0ad611a42 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Mar 2016 13:57:43 -0400 Subject: [PATCH] more windows build fixes --- Utility/Touch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Touch.hs b/Utility/Touch.hs index 60b9cb928c..dbaf9e588c 100644 --- a/Utility/Touch.hs +++ b/Utility/Touch.hs @@ -43,7 +43,7 @@ import System.PosixCompat newtype TimeSpec = TimeSpec EpochTime {- Noop for Windows -} -touchBoth FilePath -> TimeSpec -> TimeSpec -> Bool -> IO () +touchBoth :: FilePath -> TimeSpec -> TimeSpec -> Bool -> IO () touchBoth _ _ _ _ = return () touch :: FilePath -> TimeSpec -> Bool -> IO ()