diff --git a/examples/hparser/HXmlParser.hs b/examples/hparser/HXmlParser.hs
--- a/examples/hparser/HXmlParser.hs
+++ b/examples/hparser/HXmlParser.hs
@@ -51,7 +51,7 @@
 -- ------------------------------------------------------------
 
 exitProg        :: Bool -> IO a
-exitProg True   = exitWith (ExitFailure (-1))
+exitProg True   = exitWith (ExitFailure 1)
 exitProg False  = exitWith ExitSuccess
 
 -- ------------------------------------------------------------
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.1
+Version:        9.1.1.1
 Synopsis:       The XSLT modules for HXT.
 Description:    The Haskell XML Toolbox XSLT library.
 License:        OtherLicense
@@ -9,7 +9,7 @@
 Maintainer:     Uwe Schmidt <uwe@fh-wedel.de>
 Stability:      Experimental
 Category:       XML
-Homepage:       http://www.fh-wedel.de/~si/HXmlToolbox/index.html
+Homepage:       https://github.com/UweSchmidt/hxt
 Copyright:      Copyright (c) 2005-2010 Uwe Schmidt
 Build-type:     Simple
 Cabal-version:  >=1.6
@@ -80,7 +80,7 @@
  hs-source-dirs: src
 
  ghc-options: -Wall
- ghc-prof-options: -auto-all -caf-all
+ ghc-prof-options: -caf-all
 
  extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances
 
@@ -92,3 +92,6 @@
                 hxt        >= 9.1 && < 10,
                 hxt-xpath  >= 9.1 && < 10
 
+Source-Repository head
+  Type:     git
+  Location: git://github.com/UweSchmidt/hxt.git
