more windows build fixes
This commit is contained in:
parent
ca18baecdb
commit
e859ebe2b3
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue