diff --git a/hxt-http.cabal b/hxt-http.cabal
--- a/hxt-http.cabal
+++ b/hxt-http.cabal
@@ -1,10 +1,12 @@
 -- arch-tag: Haskell XML Toolbox main description file
 Name:           hxt-http
-Version:        9.1.3
+Version:        9.1.4
 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
-                for accessing documents via HTTP
+                for accessing documents via HTTP.
+                .
+                Changes to 9.1.3: New warnings from ghc-7.4 removed
 License:        MIT
 License-file:   LICENSE
 Author:         Uwe Schmidt
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
@@ -21,6 +21,7 @@
 where
 
 import Control.Arrow
+import Control.Exception                        ( try )
 
 import Text.XML.HXT.DOM.XmlKeywords
 import Text.XML.HXT.DOM.TypeDefs                ( Attributes )
@@ -46,7 +47,6 @@
 						, stderr
 						)
 import System.IO.Error                          ( ioeGetErrorString
-						, try
 						)
 
 import Network.Browser                          ( Proxy(..)
