summaryrefslogtreecommitdiff
path: root/libraries/base/System/Event/Clock.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/System/Event/Clock.hsc')
-rw-r--r--libraries/base/System/Event/Clock.hsc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/base/System/Event/Clock.hsc b/libraries/base/System/Event/Clock.hsc
index 73d2a52798..ae31a7bb54 100644
--- a/libraries/base/System/Event/Clock.hsc
+++ b/libraries/base/System/Event/Clock.hsc
@@ -1,5 +1,4 @@
-{-# LANGUAGE BangPatterns #-}
-{-# LANGUAGE ForeignFunctionInterface #-}
+{-# LANGUAGE NoImplicitPrelude, BangPatterns, ForeignFunctionInterface #-}
module System.Event.Clock (getCurrentTime) where