From ed37027f713bb6563fd98d144a39211339fd91a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Thu, 26 May 2022 21:51:01 +0200 Subject: [base] Fix the links in the Data.Data module fix #21658 fix #21657 fix #21657 --- libraries/base/Data/Data.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libraries/base/Data/Data.hs b/libraries/base/Data/Data.hs index 02fa6e7770..4ef7d00d03 100644 --- a/libraries/base/Data/Data.hs +++ b/libraries/base/Data/Data.hs @@ -21,8 +21,6 @@ -- Stability : stable -- Portability : non-portable (local universal quantification) -- --- \"Scrap your boilerplate\" --- Generic programming in Haskell. See --- . -- 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" @@ -30,8 +28,8 @@ -- 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: . +-- \"Scrap your boilerplate\" --- Generic programming in Haskell. See +-- . -- ----------------------------------------------------------------------------- -- cgit v1.2.1