diff --git a/ghcjs-dom-jsffi.cabal b/ghcjs-dom-jsffi.cabal
--- a/ghcjs-dom-jsffi.cabal
+++ b/ghcjs-dom-jsffi.cabal
@@ -1,5 +1,5 @@
 name: ghcjs-dom-jsffi
-version: 0.7.0.1
+version: 0.7.0.2
 cabal-version: >=1.24
 build-type: Simple
 license: MIT
diff --git a/src/GHCJS/DOM.hs b/src/GHCJS/DOM.hs
--- a/src/GHCJS/DOM.hs
+++ b/src/GHCJS/DOM.hs
@@ -2,7 +2,9 @@
 {-# LANGUAGE JavaScriptFFI #-}
 module GHCJS.DOM (
   currentWindow
+, currentWindowUnchecked
 , currentDocument
+, currentDocumentUnchecked
 , syncPoint
 , syncAfter
 , waitForAnimationFrame
