diff --git a/hxt-regex-xmlschema.cabal b/hxt-regex-xmlschema.cabal
--- a/hxt-regex-xmlschema.cabal
+++ b/hxt-regex-xmlschema.cabal
@@ -1,5 +1,5 @@
 Name:                hxt-regex-xmlschema
-Version:             9.2.0.1
+Version:             9.2.0.2
 Synopsis:            A regular expression library for W3C XML Schema regular expressions
 Description:         This library supports full W3C XML Schema regular expressions
                      inclusive all Unicode character sets and blocks.
@@ -24,7 +24,7 @@
 Category:            Text
 Homepage:            http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema
 Build-type:          Simple
-Cabal-version:       >=1.18
+Cabal-version:       >=1.10
 
 extra-source-files:
   examples/colorizeProgs/ColorizeSourceCode.hs
diff --git a/src/Text/Regex/XMLSchema/Generic/Regex.hs b/src/Text/Regex/XMLSchema/Generic/Regex.hs
--- a/src/Text/Regex/XMLSchema/Generic/Regex.hs
+++ b/src/Text/Regex/XMLSchema/Generic/Regex.hs
@@ -1,6 +1,7 @@
 {-# LANGUAGE ViewPatterns #-}
 {-# LANGUAGE FlexibleInstances #-}
 
+
 -- ------------------------------------------------------------
 
 {- |
