[project @ 2005-01-26 14:33:29 by malcolm]
authormalcolm <unknown>
Wed, 26 Jan 2005 14:33:29 +0000 (14:33 +0000)
committermalcolm <unknown>
Wed, 26 Jan 2005 14:33:29 +0000 (14:33 +0000)
Fix module name.

Data/FunctorM.hs

index 193047d..e0e1da4 100644 (file)
@@ -12,7 +12,7 @@
 --
 -----------------------------------------------------------------------------
 
-module FunctorM (
+module Data.FunctorM (
        FunctorM(..)
   ) where