packages feed

access-time 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

System/Directory/AccessTime.hs view
@@ -45,7 +45,7 @@ systemTimeToClockTime :: SYSTEMTIME -> ClockTime systemTimeToClockTime time = toClockTime $ CalendarTime {     ctYear = fromIntegral (wYear time),-    ctMonth = toEnum (fromIntegral (wMonth time)),+    ctMonth = toEnum (fromIntegral (wMonth time) - 1),     ctDay = fromIntegral (wDay time),     ctHour = fromIntegral (wHour time),     ctMin = fromIntegral (wMinute time),
access-time.cabal view
@@ -1,5 +1,5 @@ Name:                access-time-Version:             0.1.0.1+Version:             0.1.0.2 Cabal-Version:       >= 1.6 Category:            System Synopsis:            Cross-platform support for retrieving file access times