diff --git a/polyplate/Data/Generics/Polyplate/GenInstances.hs b/polyplate/Data/Generics/Polyplate/GenInstances.hs index 094ce92..c763ba3 100644 --- a/polyplate/Data/Generics/Polyplate/GenInstances.hs +++ b/polyplate/Data/Generics/Polyplate/GenInstances.hs @@ -33,8 +33,8 @@ with this program. If not, see . -- using GHC 6.8.2 or later, you can simply add these lines in your module for -- generating the instances (assuming the data-type is not hidden during import): -- --- > deriving Typeable for Foo --- > deriving Data for Foo +-- > deriving instance Typeable Foo +-- > deriving instance Data Foo module Data.Generics.Polyplate.GenInstances (GenOverlappedOption(..), GenClassOption(..), GenInstance, genInstance, genMapInstance, genSetInstance, genInstances,