fix windows build

This commit is contained in:
Joey Hess 2018-10-30 11:09:45 -04:00
parent cc1087de42
commit 86df2a08fe
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -38,7 +38,7 @@ import Data.Time.Clock.POSIX
touchBoth :: FilePath -> POSIXTime -> POSIXTime -> Bool -> IO ()
touchBoth _ _ _ _ = return ()
touch :: FilePath -> TimeSpec -> Bool -> IO ()
touch :: FilePath -> POSIXTime -> Bool -> IO ()
touch _ _ _ = return ()
#endif