X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FEvent%2FClock.hsc;h=ae31a7bb549f8567eab2ced0726f92bdc5fb5cc1;hb=41e8fba828acbae1751628af50849f5352b27873;hp=fec00bbf3a37285609261895a68320bf830c7ecc;hpb=9520c5735e69668a33013c36f85152a1ef656b8d;p=ghc-base.git diff --git a/System/Event/Clock.hsc b/System/Event/Clock.hsc index fec00bb..ae31a7b 100644 --- a/System/Event/Clock.hsc +++ b/System/Event/Clock.hsc @@ -1,4 +1,4 @@ -{-# LANGUAGE ForeignFunctionInterface #-} +{-# LANGUAGE NoImplicitPrelude, BangPatterns, ForeignFunctionInterface #-} module System.Event.Clock (getCurrentTime) where