From e2b0ce053030e6cb368edd32a7fd73d38d220180 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 26 Nov 2007 21:42:13 +0000 Subject: [PATCH] Fix some URLs --- Data/Monoid.hs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Data/Monoid.hs b/Data/Monoid.hs index e7dcae3..b90cd29 100644 --- a/Data/Monoid.hs +++ b/Data/Monoid.hs @@ -2,20 +2,20 @@ -- | -- Module : Data.Monoid -- Copyright : (c) Andy Gill 2001, --- (c) Oregon Graduate Institute of Science and Technology, 2001 +-- (c) Oregon Graduate Institute of Science and Technology, 2001 -- License : BSD-style (see the file libraries/base/LICENSE) --- +-- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- -- The Monoid class with various general-purpose instances. -- --- Inspired by the paper --- /Functional Programming with Overloading and --- Higher-Order Polymorphism/, --- Mark P Jones () --- Advanced School of Functional Programming, 1995. +-- Inspired by the paper +-- /Functional Programming with Overloading and +-- Higher-Order Polymorphism/, +-- Mark P Jones () +-- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- module Data.Monoid ( -- 1.7.10.4