aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files/Common.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/Common.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/Common.hsc')
-rw-r--r--System/Posix/Files/Common.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Files/Common.hsc b/System/Posix/Files/Common.hsc
index 3056014..62fff6b 100644
--- a/System/Posix/Files/Common.hsc
+++ b/System/Posix/Files/Common.hsc
@@ -92,7 +92,7 @@ import Data.Bits
import Data.Int
import Data.Ratio
#endif
-import Data.Time.Clock.POSIX
+import Data.Time.Clock.POSIX (POSIXTime)
import System.Posix.Internals
import Foreign.C
import Foreign.ForeignPtr