From: malcolm Date: Wed, 26 Jan 2005 14:33:29 +0000 (+0000) Subject: [project @ 2005-01-26 14:33:29 by malcolm] X-Git-Tag: nhc98-1-18-release~74 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=14e6a67148f04b201deac084a0df26f00a0894b2;p=ghc-base.git [project @ 2005-01-26 14:33:29 by malcolm] Fix module name. --- diff --git a/Data/FunctorM.hs b/Data/FunctorM.hs index 193047d..e0e1da4 100644 --- a/Data/FunctorM.hs +++ b/Data/FunctorM.hs @@ -12,7 +12,7 @@ -- ----------------------------------------------------------------------------- -module FunctorM ( +module Data.FunctorM ( FunctorM(..) ) where