diff --git a/hxt-http.cabal b/hxt-http.cabal
--- a/hxt-http.cabal
+++ b/hxt-http.cabal
@@ -1,6 +1,6 @@
 -- arch-tag: Haskell XML Toolbox main description file
 Name:           hxt-http
-Version:        9.1.2
+Version:        9.1.3
 Synopsis:       Interface to native Haskell HTTP package HTTP
 Description:    Interface to native Haskell HTTP package HTTP.
                 This package can be used as alternative for the hxt-curl package
@@ -32,7 +32,6 @@
  extensions:
 
  build-depends: base       >= 4    && < 5,
-                haskell98  >= 1    && < 2,
                 parsec     >= 2.1  && < 4,
                 bytestring >= 0.9  && < 1,
                 network    >= 2.1  && < 3,
diff --git a/src/Text/XML/HXT/IO/GetHTTPNative.hs b/src/Text/XML/HXT/IO/GetHTTPNative.hs
--- a/src/Text/XML/HXT/IO/GetHTTPNative.hs
+++ b/src/Text/XML/HXT/IO/GetHTTPNative.hs
@@ -73,7 +73,7 @@
 						, parseURIReference
 						)
 
-import qualified Debug.Trace as T
+-- import qualified Debug.Trace as T
 -- ------------------------------------------------------------
 --
 -- the native http protocol handler
