summaryrefslogtreecommitdiff
path: root/libraries/base/Prelude.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-17 20:02:37 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-17 20:02:37 +0000
commite83b6cdea579d0daa6f8057dc6e1c3ef6e5a3984 (patch)
tree7def7efbc629ba1d35c8b3e045d43384041c17f9 /libraries/base/Prelude.hs
parent10a586ecba72436dfbf7ca263cf1a6adb310bc32 (diff)
downloadhaskell-e83b6cdea579d0daa6f8057dc6e1c3ef6e5a3984.tar.gz
Improve the Prelude doc header; part of #7108
It no longer refers to a particular version of the language standard. It now includes a note about how it is implicitly imported, and it looks like the other documentation from the language report is already included in the haddock docs.
Diffstat (limited to 'libraries/base/Prelude.hs')
-rw-r--r--libraries/base/Prelude.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/Prelude.hs b/libraries/base/Prelude.hs
index a1df3f61f7..843d772521 100644
--- a/libraries/base/Prelude.hs
+++ b/libraries/base/Prelude.hs
@@ -11,9 +11,9 @@
-- Stability : stable
-- Portability : portable
--
--- The Prelude: a standard module imported by default into all Haskell
--- modules. For more documentation, see the Haskell 2010 Report
--- <http://www.haskell.org/onlinereport/haskell2010>.
+-- The Prelude: a standard module. The Prelude is imported by default
+-- into all Haskell modules unless either there is an explicit import
+-- statement for it, or the NoImplicitPrelude extension is enabled.
--
-----------------------------------------------------------------------------