diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-10 22:28:42 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-10 22:28:42 +0100 |
commit | 8dbc583b49f28bca10788e24fcde00d1d3388517 (patch) | |
tree | b3acd4a7321668c55d64584d868837428f47b8b6 | |
parent | 86ba77014c1a8111ab723fa81b1523003de0d6c8 (diff) | |
parent | 3b3eb7d4ae07b633e44d04b4f694a3441e347206 (diff) | |
download | haskell-8dbc583b49f28bca10788e24fcde00d1d3388517.tar.gz |
Merge branch 'master' of darcs.haskell.org:/srv/darcs//packages/base
-rw-r--r-- | libraries/base/Prelude.hs | 4 |
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>. -- ----------------------------------------------------------------------------- |