diff --git a/examples/hparser/HXmlParser.hs b/examples/hparser/HXmlParser.hs
--- a/examples/hparser/HXmlParser.hs
+++ b/examples/hparser/HXmlParser.hs
@@ -93,7 +93,7 @@
 processDocument xsltUri
     = traceMsg 1 ("applying XSLT stylesheet " ++ show xsltUri)
       >>>
-      xsltApplyStylesheetFromURI $< getSysAttr xsltUri
+      xsltApplyStylesheetFromURI xsltUri
 
 -- ------------------------------------------------------------
 --
diff --git a/hxt-xslt.cabal b/hxt-xslt.cabal
--- a/hxt-xslt.cabal
+++ b/hxt-xslt.cabal
@@ -1,6 +1,6 @@
 -- arch-tag: Haskell XML Toolbox XSLT Module
 Name:           hxt-xslt
-Version:        9.1.0
+Version:        9.1.1
 Synopsis:       The XSLT modules for HXT.
 Description:    The Haskell XML Toolbox XSLT library.
 License:        OtherLicense
@@ -85,7 +85,6 @@
  extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances
 
  build-depends: base       >= 4   && < 5,
-                haskell98  >= 1   && < 2,
                 containers >= 0.2 && < 1,
                 directory  >= 1   && < 2,
                 filepath   >= 1   && < 2,
