fix build on windows
This commit is contained in:
parent
a30030c4a6
commit
49a14b16a1
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue