[commit: ghc] ghc-8.6: Unhide GHC.List for haddock (eefac04)

git at git.haskell.org git at git.haskell.org
Tue Aug 7 12:30:30 UTC 2018


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

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/eefac0481b96ebad64dd6ddc17dae796b6b35797/ghc

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

commit eefac0481b96ebad64dd6ddc17dae796b6b35797
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)
    (cherry picked from commit 672f177300b2df1b8a4cd49d560a6fd6da2415d2)


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

eefac0481b96ebad64dd6ddc17dae796b6b35797
 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 793ff49..14991c2 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