summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/Prelude.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Prelude.hs b/libraries/base/Prelude.hs
index 6cd70d18f4..a1df3f61f7 100644
--- a/libraries/base/Prelude.hs
+++ b/libraries/base/Prelude.hs
@@ -12,8 +12,8 @@
-- Portability : portable
--
-- The Prelude: a standard module imported by default into all Haskell
--- modules. For more documentation, see the Haskell 98 Report
--- <http://www.haskell.org/onlinereport/>.
+-- modules. For more documentation, see the Haskell 2010 Report
+-- <http://www.haskell.org/onlinereport/haskell2010>.
--
-----------------------------------------------------------------------------