[commit: ghc] master: Remove obsolete "-- #hide" Haddock pragmas (8e01ca6)
git at git.haskell.org
git at git.haskell.org
Sat Aug 9 19:44:52 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8e01ca6872c1db9b1b2f7c0ba05d01b1c3436307/ghc
>---------------------------------------------------------------
commit 8e01ca6872c1db9b1b2f7c0ba05d01b1c3436307
Author: Reid Barton <rwbarton at gmail.com>
Date: Sat Aug 9 15:12:42 2014 -0400
Remove obsolete "-- #hide" Haddock pragmas
The modules already have the modern version {-# OPTIONS_HADDOCK hide #-}.
>---------------------------------------------------------------
8e01ca6872c1db9b1b2f7c0ba05d01b1c3436307
libraries/ghc-prim/GHC/Classes.hs | 1 -
libraries/ghc-prim/GHC/IntWord64.hs | 1 -
2 files changed, 2 deletions(-)
diff --git a/libraries/ghc-prim/GHC/Classes.hs b/libraries/ghc-prim/GHC/Classes.hs
index f1c3fb0..5bb4cb6 100644
--- a/libraries/ghc-prim/GHC/Classes.hs
+++ b/libraries/ghc-prim/GHC/Classes.hs
@@ -17,7 +17,6 @@
--
-----------------------------------------------------------------------------
--- #hide
module GHC.Classes where
-- GHC.Magic is used in some derived instances
diff --git a/libraries/ghc-prim/GHC/IntWord64.hs b/libraries/ghc-prim/GHC/IntWord64.hs
index a8ca8c4..52dc08e 100644
--- a/libraries/ghc-prim/GHC/IntWord64.hs
+++ b/libraries/ghc-prim/GHC/IntWord64.hs
@@ -17,7 +17,6 @@
#include "MachDeps.h"
--- #hide
module GHC.IntWord64 (
#if WORD_SIZE_IN_BITS < 64
Int64#, Word64#, module GHC.IntWord64
More information about the ghc-commits
mailing list