more windows build fixes

This commit is contained in:
Joey Hess 2016-03-05 13:57:43 -04:00
parent ca18baecdb
commit e859ebe2b3
Failed to extract signature

View file

@ -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 ()