diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,3 +1,3 @@
 import Distribution.Simple
-import Test.Runner ( go )
-main = defaultMainWithHooks $ simpleUserHooks { runTests = \args _ _ _ -> go args }
+--import Test.Runner ( go )
+main = defaultMain --WithHooks $ simpleUserHooks { runTests = \args _ _ _ -> go args }
diff --git a/haskell-src-exts.cabal b/haskell-src-exts.cabal
--- a/haskell-src-exts.cabal
+++ b/haskell-src-exts.cabal
@@ -1,5 +1,5 @@
 Name:                   haskell-src-exts
-Version:                0.5.2
+Version:                0.5.3
 License:                BSD3
 License-File:           LICENSE
 Author:                 Niklas Broberg
