[commit: ghc] master: Unhide GHC.List for haddock (672f177)

git at git.haskell.org git at git.haskell.org
Mon Aug 6 22:30:10 UTC 2018


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

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

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

commit 672f177300b2df1b8a4cd49d560a6fd6da2415d2
Author: Simon Jakobi <simon.jakobi at gmail.com>
Date:   Thu Jul 19 14:35:15 2018 +0200

    Unhide GHC.List for haddock
    
    The unhidden module GHC.OldList recommends using GHC.List instead.
    In consequence we should also have haddocks for GHC.List.
    
    (cherry picked from commit e3df129c8bf4c35693d01ea66238882f3e3b6fe1)


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

672f177300b2df1b8a4cd49d560a6fd6da2415d2
 libraries/base/GHC/List.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libraries/base/GHC/List.hs b/libraries/base/GHC/List.hs
index c6a1706..92b5952 100644
--- a/libraries/base/GHC/List.hs
+++ b/libraries/base/GHC/List.hs
@@ -1,7 +1,6 @@
 {-# LANGUAGE Trustworthy #-}
 {-# LANGUAGE CPP, NoImplicitPrelude, ScopedTypeVariables, MagicHash #-}
 {-# LANGUAGE BangPatterns #-}
-{-# OPTIONS_HADDOCK hide #-}
 
 -----------------------------------------------------------------------------
 -- |



More information about the ghc-commits mailing list