[commit: ghc] ghc-8.6: Add since annotation to GHC.ByteOrder (b4302fd)
git at git.haskell.org
git at git.haskell.org
Tue Aug 7 12:30:27 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.6
Link : http://ghc.haskell.org/trac/ghc/changeset/b4302fd59b8ec127ad7011e6f6a4f969c78c486e/ghc
>---------------------------------------------------------------
commit b4302fd59b8ec127ad7011e6f6a4f969c78c486e
Author: Alexander Biehl <alex.biehl at gmail.com>
Date: Sun Aug 5 12:29:51 2018 +0200
Add since annotation to GHC.ByteOrder
(cherry picked from commit 6fb2620dbc420c976dc9da90b0efc6eae533ebff)
(cherry picked from commit 8b357c6ad17bfe802c4a818b0cd7440bced024a3)
>---------------------------------------------------------------
b4302fd59b8ec127ad7011e6f6a4f969c78c486e
libraries/base/GHC/ByteOrder.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/libraries/base/GHC/ByteOrder.hs b/libraries/base/GHC/ByteOrder.hs
index a1f4da6..8a42e8d 100644
--- a/libraries/base/GHC/ByteOrder.hs
+++ b/libraries/base/GHC/ByteOrder.hs
@@ -12,6 +12,7 @@
--
-- Target byte ordering.
--
+-- @since 4.11.0.0
-----------------------------------------------------------------------------
module GHC.ByteOrder where
More information about the ghc-commits
mailing list