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
|
newtype TimeSpec = TimeSpec EpochTime
|
||||||
|
|
||||||
{- Noop for Windows -}
|
{- Noop for Windows -}
|
||||||
touchBoth FilePath -> TimeSpec -> TimeSpec -> Bool -> IO ()
|
touchBoth :: FilePath -> TimeSpec -> TimeSpec -> Bool -> IO ()
|
||||||
touchBoth _ _ _ _ = return ()
|
touchBoth _ _ _ _ = return ()
|
||||||
|
|
||||||
touch :: FilePath -> TimeSpec -> Bool -> IO ()
|
touch :: FilePath -> TimeSpec -> Bool -> IO ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue