From ef82f0bcef99e8317f3a81c83fd1025271f963f6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Dec 2014 17:44:58 -0400 Subject: [PATCH] fix --- Utility/Touch.hsc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc index ca4eb8475a..5d5df31a2f 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.