| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Distribution.Compat.Time
Synopsis
- data ModTime
- getModTime :: FilePath -> IO ModTime
- getFileAge :: FilePath -> IO Double
- getCurTime :: IO ModTime
Documentation
File's modification time, represented internally as a 64-bit unsigned integer in the Windows UTC format.
Instances
| Structured ModTime Source # | |||||
Defined in Distribution.Compat.Time | |||||
| Binary ModTime Source # | |||||
| Bounded ModTime Source # | |||||
| Generic ModTime Source # | |||||
Defined in Distribution.Compat.Time Associated Types
| |||||
| Read ModTime Source # | |||||
| Show ModTime Source # | |||||
| Eq ModTime Source # | |||||
| Ord ModTime Source # | |||||
Defined in Distribution.Compat.Time | |||||
| type Rep ModTime Source # | |||||
Defined in Distribution.Compat.Time | |||||