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,