fix
This commit is contained in:
parent
7c511f900d
commit
ef82f0bcef
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue