diff --git a/Happstack/Server/Heist.hs b/Happstack/Server/Heist.hs
--- a/Happstack/Server/Heist.hs
+++ b/Happstack/Server/Heist.hs
@@ -19,7 +19,6 @@
 import System.FilePath                         (joinPath)
 import Text.Templating.Heist                   (renderTemplate)
 import Text.Templating.Heist.TemplateDirectory (TemplateDirectory, getDirectoryTS, reloadTemplateDirectory)
-import qualified  Text.XML.Expat.Tree          as X
 
 -- | serve the heist templates from the 'TemplateDirectory m'
 templateServe :: (ServerMonad m, MonadPlus m, MonadIO m) =>
diff --git a/happstack-heist.cabal b/happstack-heist.cabal
--- a/happstack-heist.cabal
+++ b/happstack-heist.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-heist
-Version:             6.0.0
+Version:             6.0.1
 Synopsis:            Support for using Heist templates in Happstack
 Description:         Happstack is a web application framework. Heist is an XML templating solution. This package makes it easy to use Heist templates with Happstack.
 Homepage:            http://www.happstack.com/
@@ -25,5 +25,4 @@
                        filepath,
                        happstack-server >= 6.0 && < 6.1,
                        heist >= 0.5 && < 0.6,
-                       hexpat == 0.19.*,
                        mtl == 2.*
