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