diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:44:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 17:44:58 -0400 |
commit | ed993155bb4944c8a23f407b6080d719b3bdbb52 (patch) | |
tree | 49b4f874827900d5eb69df2976064f51b46d09bd /Utility | |
parent | b5fbe94491a2cced7765e0ec64a2662941f2ab15 (diff) |
fix
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Touch.hsc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc index ca4eb8475..5d5df31a2 100644 --- a/Utility/Touch.hsc +++ b/Utility/Touch.hsc @@ -27,11 +27,12 @@ module Utility.Touch ( import Utility.FileSystemEncoding -import Foreign -import Foreign.C import Control.Monad (when) #endif +import Foreign +import Foreign.C + newtype TimeSpec = TimeSpec CTime {- Changes the access and modification times of an existing file. |