aboutsummaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 13:57:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 13:57:43 -0400
commite0cf8fb5cda6d816ba4a8fe7281cd7a615e2a42f (patch)
tree6412110e1811e70d86100bef78be665cc110e43f /Utility
parentbef9b79a5e4df359933cb365634bba01930f2a70 (diff)
more windows build fixes
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Touch.hs2
1 files changed, 1 insertions, 1 deletions
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 ()