fix build on windows

This commit is contained in:
Joey Hess 2020-11-16 09:31:45 -04:00
parent a30030c4a6
commit 49a14b16a1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -33,6 +33,7 @@ touch file mtime = touchBoth file mtime mtime
#else
import Data.Time.Clock.POSIX
import Utility.RawFilePath
{- Noop for Windows -}
touchBoth :: RawFilePath -> POSIXTime -> POSIXTime -> Bool -> IO ()