[commit: ghc] ghc-8.0: base: Fix "since" annotation on GHC.ExecutionStack (7f27f7a)

git at git.haskell.org git at git.haskell.org
Sun Apr 10 22:17:15 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/7f27f7a2463bd0e7f8ebc28881c6441476a7cb3a/ghc

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

commit 7f27f7a2463bd0e7f8ebc28881c6441476a7cb3a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Apr 10 20:00:48 2016 +0200

    base: Fix "since" annotation on GHC.ExecutionStack
    
    I have no idea where "4.11" came from.
    
    (cherry picked from commit ad532ded871a9a5180388a2b7cdbdc26e053284c)


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

7f27f7a2463bd0e7f8ebc28881c6441476a7cb3a
 libraries/base/GHC/ExecutionStack.hs           | 2 +-
 libraries/base/GHC/ExecutionStack/Internal.hsc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/GHC/ExecutionStack.hs b/libraries/base/GHC/ExecutionStack.hs
index 22be903..966ba29 100644
--- a/libraries/base/GHC/ExecutionStack.hs
+++ b/libraries/base/GHC/ExecutionStack.hs
@@ -26,7 +26,7 @@
 --  ,("RTS expects libdw","YES")
 -- @
 --
--- /Since: 4.11.0.0/
+-- /Since: 4.9.0.0/
 -----------------------------------------------------------------------------
 
 module GHC.ExecutionStack (
diff --git a/libraries/base/GHC/ExecutionStack/Internal.hsc b/libraries/base/GHC/ExecutionStack/Internal.hsc
index e966e17..340cdc4 100644
--- a/libraries/base/GHC/ExecutionStack/Internal.hsc
+++ b/libraries/base/GHC/ExecutionStack/Internal.hsc
@@ -10,7 +10,7 @@
 --
 -- Internals of the `GHC.ExecutionStack` module
 --
--- /Since: 4.11.0.0/
+-- /Since: 4.9.0.0/
 -----------------------------------------------------------------------------
 
 #include "HsFFI.h"



More information about the ghc-commits mailing list