From: Ian Lynagh Date: Mon, 26 Nov 2007 21:42:13 +0000 (+0000) Subject: Fix some URLs X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e2b0ce053030e6cb368edd32a7fd73d38d220180;p=ghc-base.git Fix some URLs --- 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 (