aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files.hsc
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-09-10 22:48:39 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-09-10 22:54:20 +0200
commite865808ba41798889ea12b1bc056ef1c87f3f2e1 (patch)
treeed2fd2c606612dd26b4f5f5f586e471391936d24 /System/Posix/Files.hsc
parentb8e314a7f1304ebb4a80795b015f85e676b3e2bd (diff)
Use import list for `Data.Time.Clock.POSIX`
This makes it more obvious why `unix` depends on `time` in the first place, i.e. for the sole purpose of reusing the `POSIXTime` type.
Diffstat (limited to 'System/Posix/Files.hsc')
-rw-r--r--System/Posix/Files.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Files.hsc b/System/Posix/Files.hsc
index a54443a..c8b5ddf 100644
--- a/System/Posix/Files.hsc
+++ b/System/Posix/Files.hsc
@@ -99,7 +99,7 @@ import System.Posix.Files.Common
import System.Posix.Error
import System.Posix.Internals
-import Data.Time.Clock.POSIX
+import Data.Time.Clock.POSIX (POSIXTime)
-- -----------------------------------------------------------------------------
-- chmod()