[commit: ghc] master: base: GHC.RTS.Flags symbols really were introduced in 4.8.2 (0bc8c6a)

git at git.haskell.org git at git.haskell.org
Mon Nov 2 16:15:08 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35/ghc

>---------------------------------------------------------------

commit 0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Nov 2 17:13:30 2015 +0100

    base: GHC.RTS.Flags symbols really were introduced in 4.8.2


>---------------------------------------------------------------

0bc8c6ac2a38a06a9d87c3ddd64a1ef11ecc3f35
 libraries/base/GHC/RTS/Flags.hsc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/libraries/base/GHC/RTS/Flags.hsc b/libraries/base/GHC/RTS/Flags.hsc
index 3708331..62e720f 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



More information about the ghc-commits mailing list