[commit: ghc] master: Add since annotation to GHC.ByteOrder (8b357c6)
git at git.haskell.org
git at git.haskell.org
Mon Aug 6 22:30:07 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8b357c6ad17bfe802c4a818b0cd7440bced024a3/ghc
>---------------------------------------------------------------
commit 8b357c6ad17bfe802c4a818b0cd7440bced024a3
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)
>---------------------------------------------------------------
8b357c6ad17bfe802c4a818b0cd7440bced024a3
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