diff --git a/she.cabal b/she.cabal
--- a/she.cabal
+++ b/she.cabal
@@ -1,5 +1,5 @@
 name:               she
-version:            0.5
+version:            0.6
 homepage:           http://personal.cis.strath.ac.uk/~conor/pub/she
 synopsis:           A Haskell preprocessor adding miscellaneous features
 description:
diff --git a/src/ShesHers.lhs b/src/ShesHers.lhs
--- a/src/ShesHers.lhs
+++ b/src/ShesHers.lhs
@@ -29,12 +29,12 @@
 >   , "    instance Functor f where"
 >   , "      fmap = fmapDefault"
 >   , ""
->   , "  class Alternative where"
+>   , "  class Alternative f where"
 >   , "    empty, (<|>)"
 >   , ""
->   , "  class MonadPlus where"
+>   , "  class MonadPlus f where"
 >   , "    mzero, mplus"
->   , "    instance Alternative where"
+>   , "    instance Alternative f where"
 >   , "      empty = mzero"
 >   , "      (<|>) = mplus"
 >   , ""
