[commit: packages/base] ghc-7.8: add /Since/ annotation (065aef8)

git at git.haskell.org git at git.haskell.org
Thu Mar 27 16:11:03 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/065aef8da36a16bb23f07b298ccd63ed2a64f7fe/base

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

commit 065aef8da36a16bb23f07b298ccd63ed2a64f7fe
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Mar 27 16:47:16 2014 +0100

    add /Since/ annotation
    
    (cherry picked from commit 090ca42d43578310fe033df0a21134370dc6ddc3)


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

065aef8da36a16bb23f07b298ccd63ed2a64f7fe
 GHC/TypeLits.hs |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/GHC/TypeLits.hs b/GHC/TypeLits.hs
index 4a6c7b9..94a4288 100644
--- a/GHC/TypeLits.hs
+++ b/GHC/TypeLits.hs
@@ -154,9 +154,13 @@ infixr 8 ^
 type x <= y = (x <=? y) ~ True
 
 -- | Comparison of type-level symbols, as a function.
+--
+-- /Since: 4.7.0.0/
 type family CmpSymbol (m :: Symbol) (n :: Symbol) :: Ordering
 
 -- | Comparison of type-level naturals, as a function.
+--
+-- /Since: 4.7.0.0/
 type family CmpNat    (m :: Nat)    (n :: Nat)    :: Ordering
 
 {- | Comparison of type-level naturals, as a function.



More information about the ghc-commits mailing list