diff --git a/ghcjs-dom-jsaddle.cabal b/ghcjs-dom-jsaddle.cabal
--- a/ghcjs-dom-jsaddle.cabal
+++ b/ghcjs-dom-jsaddle.cabal
@@ -1,5 +1,5 @@
 name: ghcjs-dom-jsaddle
-version: 0.9.4.0
+version: 0.9.5.0
 cabal-version: >=1.22
 build-type: Simple
 license: MIT
@@ -9,16 +9,19 @@
 description: Documentent Object Model (DOM) functions that work with
              GHCJS, but can also be used with GHC and a Browser.
 author: Hamish Mackenzie
-data-dir: ""
 category: Web
 
+Tested-With:
+  GHC == 8.8.1 || == 8.6.5 ||  == 8.4.4 || == 8.2.2 || == 8.0.2 || == 7.10.3,
+  GHCJS == 8.4 || == 8.2
+
 Source-Repository head
   type:         git
   location:     https://github.com/ghcjs/ghcjs-dom
   subdir:       ghcjs-dom-jsaddle
 
 library
-    build-depends: jsaddle-dom >=0.9.3.1 && <0.10
+    build-depends: jsaddle-dom >=0.9.5.0 && <0.10
 
     default-language: Haskell2010
 
