diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,7 +2,7 @@
 import Control.Concurrent (threadDelay, forkIO)
 import Data.Foldable (forM_)
 import Distribution.Simple
-       (simpleUserHooks, buildHook, defaultMainWithHooks)
+       (simpleUserHooks, buildHook, defaultMain)
 import System.IO (stdout, hFlush)
 
 -- We should split JSDOM.Types into smaller packages.
diff --git a/jsaddle-dom.cabal b/jsaddle-dom.cabal
--- a/jsaddle-dom.cabal
+++ b/jsaddle-dom.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: jsaddle-dom
-version: 0.9.9.0
+version: 0.9.9.1
 build-type: Simple
 license: MIT
 license-file: LICENSE
