diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-05 15:08:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-05 15:08:37 -0400 |
commit | f5ad535861938ba8a5975244a057df5a76ece402 (patch) | |
tree | 517a8a5f19974b8020ea7fcce29784627ff6d2c6 /Utility | |
parent | e0cf8fb5cda6d816ba4a8fe7281cd7a615e2a42f (diff) |
another windows build fix
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Touch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Touch.hs b/Utility/Touch.hs index dbaf9e588..62acea02a 100644 --- a/Utility/Touch.hs +++ b/Utility/Touch.hs @@ -47,6 +47,6 @@ touchBoth :: FilePath -> TimeSpec -> TimeSpec -> Bool -> IO () touchBoth _ _ _ _ = return () touch :: FilePath -> TimeSpec -> Bool -> IO () -touch _ _ = return () +touch _ _ _ = return () #endif |