This commit is contained in:
Joey Hess 2014-12-29 17:44:58 -04:00
parent 7c511f900d
commit ef82f0bcef

View file

@ -27,11 +27,12 @@ module Utility.Touch (
import Utility.FileSystemEncoding import Utility.FileSystemEncoding
import Foreign
import Foreign.C
import Control.Monad (when) import Control.Monad (when)
#endif #endif
import Foreign
import Foreign.C
newtype TimeSpec = TimeSpec CTime newtype TimeSpec = TimeSpec CTime
{- Changes the access and modification times of an existing file. {- Changes the access and modification times of an existing file.