[commit: ghc] master: Fix broken link in Data.Data to SYB home page (Trac #9455) (daef885)

git at git.haskell.org git at git.haskell.org
Mon Aug 18 08:21:56 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/daef885a8a9866af5b486d21a1940d4e3d93d9d0/ghc

>---------------------------------------------------------------

commit daef885a8a9866af5b486d21a1940d4e3d93d9d0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Aug 18 09:21:42 2014 +0100

    Fix broken link in Data.Data to SYB home page (Trac #9455)
    
    Ralf Laemmel's page has disappeared, so I made it point to the Haskell
    Wiki page instead.


>---------------------------------------------------------------

daef885a8a9866af5b486d21a1940d4e3d93d9d0
 libraries/base/Data/Data.hs | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libraries/base/Data/Data.hs b/libraries/base/Data/Data.hs
index 49407fa..095bca1 100644
--- a/libraries/base/Data/Data.hs
+++ b/libraries/base/Data/Data.hs
@@ -13,14 +13,14 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (local universal quantification)
 --
--- \"Scrap your boilerplate\" --- Generic programming in Haskell.
--- See <http://www.cs.vu.nl/boilerplate/>. This module provides
--- the 'Data' class with its primitives for generic programming, along
--- with instances for many datatypes. It corresponds to a merge between
--- the previous "Data.Generics.Basics" and almost all of 
--- "Data.Generics.Instances". The instances that are not present
--- in this module were moved to the @Data.Generics.Instances@ module
--- in the @syb@ package.
+-- \"Scrap your boilerplate\" --- Generic programming in Haskell.  See
+-- <http://www.haskell.org/haskellwiki/Research_papers/Generics#Scrap_your_boilerplate.21>.
+-- This module provides the 'Data' class with its primitives for
+-- generic programming, along with instances for many datatypes. It
+-- corresponds to a merge between the previous "Data.Generics.Basics"
+-- and almost all of "Data.Generics.Instances". The instances that are
+-- not present in this module were moved to the
+-- @Data.Generics.Instances@ module in the @syb@ package.
 --
 -- For more information, please visit the new
 -- SYB wiki: <http://www.cs.uu.nl/wiki/bin/view/GenericProgramming/SYB>.



More information about the ghc-commits mailing list