summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-10 22:28:42 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-10 22:28:42 +0100
commit8dbc583b49f28bca10788e24fcde00d1d3388517 (patch)
treeb3acd4a7321668c55d64584d868837428f47b8b6
parent86ba77014c1a8111ab723fa81b1523003de0d6c8 (diff)
parent3b3eb7d4ae07b633e44d04b4f694a3441e347206 (diff)
downloadhaskell-8dbc583b49f28bca10788e24fcde00d1d3388517.tar.gz
Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base
-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>.
--
-----------------------------------------------------------------------------