fix windows build
This commit is contained in:
parent
cc1087de42
commit
86df2a08fe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import Data.Time.Clock.POSIX
|
||||||
touchBoth :: FilePath -> POSIXTime -> POSIXTime -> Bool -> IO ()
|
touchBoth :: FilePath -> POSIXTime -> POSIXTime -> Bool -> IO ()
|
||||||
touchBoth _ _ _ _ = return ()
|
touchBoth _ _ _ _ = return ()
|
||||||
|
|
||||||
touch :: FilePath -> TimeSpec -> Bool -> IO ()
|
touch :: FilePath -> POSIXTime -> Bool -> IO ()
|
||||||
touch _ _ _ = return ()
|
touch _ _ _ = return ()
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue