fix build on windows
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2020 13:31:45 +0000 (09:31 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2020 13:31:45 +0000 (09:31 -0400)
Utility/Touch.hs

index 136091db42b362c546a5bfdb03e93fceeb9a458d..8831f306a3bdd4e4293f28ced8b762456f7d2338 100644 (file)
@@ -33,6 +33,7 @@ touch file mtime = touchBoth file mtime mtime
 #else
 
 import Data.Time.Clock.POSIX
+import Utility.RawFilePath
 
 {- Noop for Windows -}
 touchBoth :: RawFilePath -> POSIXTime -> POSIXTime -> Bool -> IO ()