diff --git a/hsx.cabal b/hsx.cabal
--- a/hsx.cabal
+++ b/hsx.cabal
@@ -1,5 +1,5 @@
 Name:                   hsx
-Version:                0.5.2
+Version:                0.5.5
 License:                BSD3
 License-File:           LICENSE
 Author:                 Niklas Broberg, Joel Björnson
@@ -29,7 +29,7 @@
                         
 Homepage:               http://code.google.com/hsp
 
-Build-Depends:          base>3 && <5, mtl, haskell-src-exts == 0.5.4, utf8-string
+Build-Depends:          base>3 && <5, mtl, haskell-src-exts == 0.5.5, utf8-string
 Build-Type:             Simple
 Tested-With:            GHC==6.8.3, GHC==6.10.1
 Cabal-Version: 		>= 1.2.3
@@ -37,7 +37,6 @@
 Hs-Source-Dirs: src
 Exposed-Modules:        HSX.XMLGenerator, HSX.Transform
 
-GHC-Options:            -Wall
 Extensions:             MultiParamTypeClasses,
                         FunctionalDependencies,
                         OverlappingInstances,
