From df2b85ea2700100ec984e303717fbf8b336abbf1 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 2 Dec 2008 12:26:12 +0000 Subject: [PATCH] Moved Polyplate into a sensible package (based on the Uniplate module names) --- polyplate/{ => Data/Generics}/Polyplate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename polyplate/{ => Data/Generics}/Polyplate.hs (98%) diff --git a/polyplate/Polyplate.hs b/polyplate/Data/Generics/Polyplate.hs similarity index 98% rename from polyplate/Polyplate.hs rename to polyplate/Data/Generics/Polyplate.hs index 5bd7919..4438fc2 100644 --- a/polyplate/Polyplate.hs +++ b/polyplate/Data/Generics/Polyplate.hs @@ -27,7 +27,7 @@ with this program. If not, see . -- Instances of the PolyplateM type-class /can/ be written manually but it's not -- advised. Instead, you should use functions in the "GenPolyplate" module to automatically -- generate source files with the appropriate instances. -module Polyplate (PolyplateM(..), Polyplate(..), +module Data.Generics.Polyplate (PolyplateM(..), Polyplate(..), makeRecurseM, RecurseM, makeDescendM, DescendM, BaseOp, baseOp,