From 0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 2 Nov 2015 17:13:30 +0100 Subject: base: GHC.RTS.Flags symbols really were introduced in 4.8.2 --- libraries/base/GHC/RTS/Flags.hsc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libraries/base/GHC/RTS') diff --git a/libraries/base/GHC/RTS/Flags.hsc b/libraries/base/GHC/RTS/Flags.hsc index 37083314d7..62e720f7c0 100644 --- a/libraries/base/GHC/RTS/Flags.hsc +++ b/libraries/base/GHC/RTS/Flags.hsc @@ -55,18 +55,18 @@ import GHC.Word -- | @'Time'@ is defined as a @'StgWord64'@ in @stg/Types.h@ -- --- @since 4.9.0.0 +-- @since 4.8.2.0 type RtsTime = Word64 -- | @'nat'@ defined in @rts/Types.h@ -- --- @since 4.9.0.0 +-- @since 4.8.2.0 type RtsNat = #{type unsigned int} -- | Should we produce a summary of the garbage collector statistics after the -- program has exited? -- --- @since 4.9.0.0 +-- @since 4.8.2.0 data GiveGCStats = NoGCStats | CollectGCStats @@ -164,7 +164,7 @@ data DebugFlags = DebugFlags -- | Should the RTS produce a cost-center summary? -- --- @since 4.9.0.0 +-- @since 4.8.2.0 data DoCostCentres = CostCentresNone | CostCentresSummary @@ -198,7 +198,7 @@ data CCFlags = CCFlags -- | What sort of heap profile are we collecting? -- --- @since 4.9.0.0 +-- @since 4.8.2.0 data DoHeapProfile = NoHeapProfiling | HeapByCCS @@ -252,7 +252,7 @@ data ProfFlags = ProfFlags -- | Is event tracing enabled? -- --- @since 4.9.0.0 +-- @since 4.8.2.0 data DoTrace = TraceNone -- ^ no tracing | TraceEventLog -- ^ send tracing events to the event log -- cgit v1.2.1