[commit: ghc] master: base: Fix "since" annotation on GHC.ExecutionStack (ad532de)

git at git.haskell.org git at git.haskell.org
Sun Apr 10 21:40:06 UTC 2016


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

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

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

commit ad532ded871a9a5180388a2b7cdbdc26e053284c
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.


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

ad532ded871a9a5180388a2b7cdbdc26e053284c
 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