summaryrefslogtreecommitdiff
path: root/libraries/base/Prelude.hs
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-08-08 14:47:08 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-08-08 14:47:08 +0100
commit3b3eb7d4ae07b633e44d04b4f694a3441e347206 (patch)
tree436b2ada4aa62448fb31f20d01495f5ecb28ddfb /libraries/base/Prelude.hs
parent54fccb5255909c9f64d6b5e20b5e1948dab7f24a (diff)
downloadhaskell-3b3eb7d4ae07b633e44d04b4f694a3441e347206.tar.gz
Refer and link to Haskell 2010 report in Prelude.
Diffstat (limited to 'libraries/base/Prelude.hs')
-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>.
--
-----------------------------------------------------------------------------