Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libraries/directory/System/Directory.hs:1550:10: error: • Couldn't match type ‘UTCTime’ with ‘time-1.6:Data.Time.Clock.UTC.NominalDiffTime’ Expected type: Data.Time.Clock.POSIX.POSIXTime Actual type: UTCTime • In the second argument of ‘setFileTimes’, namely ‘(fromMaybe atimeOld atime')’ In a stmt of a 'do' block: setFileTimes path' (fromMaybe atimeOld atime') (fromMaybe mtimeOld mtime') In the expression: do { (atimeOld, mtimeOld) <- fileTimesFromStatus <$> Posix.getFileStatus path'; setFileTimes path' (fromMaybe atimeOld atime') (fromMaybe mtimeOld mtime') }
- Loading branch information