diff options
Diffstat (limited to 'libraries/base/System/Event/Clock.hsc')
-rw-r--r-- | libraries/base/System/Event/Clock.hsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/System/Event/Clock.hsc b/libraries/base/System/Event/Clock.hsc index fec00bbf3a..73d2a52798 100644 --- a/libraries/base/System/Event/Clock.hsc +++ b/libraries/base/System/Event/Clock.hsc @@ -1,3 +1,4 @@ +{-# LANGUAGE BangPatterns #-} {-# LANGUAGE ForeignFunctionInterface #-} module System.Event.Clock (getCurrentTime) where |