diff --git a/DeepArrow.cabal b/DeepArrow.cabal
--- a/DeepArrow.cabal
+++ b/DeepArrow.cabal
@@ -1,5 +1,5 @@
 Name:			DeepArrow
-Version:		0.3.2
+Version:		0.3.3
 Synopsis:		Arrows for "deep application"
 Category:               Combinators, Control
 Description:
@@ -40,7 +40,7 @@
 Copyright:		(c) 2007,2009 by Conal Elliott
 Build-type:             Simple
 Hs-Source-Dirs:		src
-Build-Depends:		base<5, mtl, TypeCompose>=0.6.5, haskell-src
+Build-Depends:		base<5, mtl, TypeCompose>=0.6.7, haskell-src
 Exposed-Modules:        
                         Control.Arrow.DeepArrow
                         Data.FunArr
diff --git a/src/Data/FunArr.hs b/src/Data/FunArr.hs
--- a/src/Data/FunArr.hs
+++ b/src/Data/FunArr.hs
@@ -51,6 +51,7 @@
 
 -- -- Oops!  This instance can't work with the mutual functional
 -- dependencies.  Instead, instantiate it per @h@.
+-- 
 -- instance FunArr (FunA h) h where
 --   toArr = error "toArr: undefined for FunArr" --  Add FunArrable class & delegate
 --   FunA f $$ ha = f ha
