X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FCPUTime.hsc;h=a25c750ff3bf6dd0b37040902796faaa58c819e0;hb=8bb6db3e726aa1eeb6d512bfb5165f9f9f92210c;hp=f050a681ae27fef390cdcb43e613ddcd4e68f099;hpb=e4f00479f278ad00f317db7e3a987ecb29da6b0f;p=ghc-base.git diff --git a/System/CPUTime.hsc b/System/CPUTime.hsc index f050a68..a25c750 100644 --- a/System/CPUTime.hsc +++ b/System/CPUTime.hsc @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP, NondecreasingIndentation, ForeignFunctionInterface #-} + ----------------------------------------------------------------------------- -- | -- Module : System.CPUTime