diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,6 +1,7 @@
 import Distribution.Simple
 import System.Cmd(system)
 
-main = defaultMainWithHooks $ simpleUserHooks { runTests = runElfTests }
+main = defaultMainWithHooks $ simpleUserHooks { testHook = runElfTests }
 
-runElfTests a b pd lb = system "runhaskell -i./src ./tests/Test.hs" >> return ()
+runElfTests _ _ _ _ _ = system "runhaskell -i./src ./tests/Test.hs" >> return ()
+
diff --git a/interpolatedstring-perl6.cabal b/interpolatedstring-perl6.cabal
--- a/interpolatedstring-perl6.cabal
+++ b/interpolatedstring-perl6.cabal
@@ -1,5 +1,5 @@
 Name:          interpolatedstring-perl6
-Version:       1.0.1
+Version:       1.0.2
 License:       PublicDomain
 License-file:  LICENSE
 Category:      Data
