[commit: base] master: Refer and link to Haskell 2010 report in Prelude. (79d9ea6)
Paolo Capriotti <[email protected]> Wed, 08 Aug 2012 06:49:37 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master http://hackage.haskell.org/trac/ghc/changeset/79d9ea6dcef04798dc047de50231ac064ff34722 >--------------------------------------------------------------- commit 79d9ea6dcef04798dc047de50231ac064ff34722 Author: Paolo Capriotti <[email protected]> Date: Wed Aug 8 14:47:08 2012 +0100 Refer and link to Haskell 2010 report in Prelude. >--------------------------------------------------------------- Prelude.hs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Prelude.hs b/Prelude.hs index 6cd70d1..a1df3f6 100644 --- a/Prelude.hs +++ b/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>. -- -----------------------------------------------------------------------------