From ed993155bb4944c8a23f407b6080d719b3bdbb52 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Dec 2014 17:44:58 -0400 Subject: fix --- Utility/Touch.hsc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Utility/Touch.hsc') 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. -- cgit v1.2.3