diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-07-19 14:35:15 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-08-06 17:53:14 -0400 |
commit | 672f177300b2df1b8a4cd49d560a6fd6da2415d2 (patch) | |
tree | 3f041bcb340daf8d7b8a2c6d8b2b39dd4b091f6e /libraries | |
parent | ce9b459de30e15f2d65518ca12974a692256d477 (diff) | |
download | haskell-672f177300b2df1b8a4cd49d560a6fd6da2415d2.tar.gz |
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)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/List.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/List.hs b/libraries/base/GHC/List.hs index c6a1706f62..92b5952cbe 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 #-} ----------------------------------------------------------------------------- -- | |