summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-11-02 17:13:30 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-02 17:13:30 +0100
commit0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35 (patch)
treeb3d385db0526d9a3af6a2e3cbc77e6b54a8a9aa3
parent5065cf490ccdf03dda1e148afb979b8838e6c32e (diff)
downloadhaskell-0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35.tar.gz
base: GHC.RTS.Flags symbols really were introduced in 4.8.2
-rw-r--r--libraries/base/GHC/RTS/Flags.hsc12
1 files changed, 6 insertions, 6 deletions
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