diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,3 +1,3 @@
 #!/usr/bin/env runhaskell
 import Distribution.Simple
-main = defaultMain
+main = defaultMainWithHooks defaultUserHooks
diff --git a/hmp3.cabal b/hmp3.cabal
--- a/hmp3.cabal
+++ b/hmp3.cabal
@@ -1,5 +1,5 @@
 name:                hmp3
-version:             1.5.2
+version:             1.5.2.1
 homepage:            http://www.cse.unsw.edu.au/~dons/hmp3.html
 license:             GPL
 license-file:        LICENSE
