From e0cf8fb5cda6d816ba4a8fe7281cd7a615e2a42f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Mar 2016 13:57:43 -0400 Subject: more windows build fixes --- Utility/Touch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') diff --git a/Utility/Touch.hs b/Utility/Touch.hs index 60b9cb928..dbaf9e588 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 () -- cgit v1.2.3