diff --git a/ghcjs-dom.cabal b/ghcjs-dom.cabal
--- a/ghcjs-dom.cabal
+++ b/ghcjs-dom.cabal
@@ -1,5 +1,5 @@
 name: ghcjs-dom
-version: 0.9.4.0
+version: 0.9.5.0
 cabal-version: >=1.24
 build-type: Simple
 license: MIT
@@ -12,10 +12,14 @@
 category: Web
 author: Hamish Mackenzie
 
+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
+  type:         git
+  location:     https://github.com/ghcjs/ghcjs-dom
+  subdir:       ghcjs-dom
 
 flag jsffi
     description:
@@ -48,10 +52,10 @@
 
     if (impl(ghcjs -any) && flag(jsffi))
         build-depends:
-            ghcjs-dom-jsffi ==0.9.4.0
+            ghcjs-dom-jsffi ==0.9.5.0
     else
         build-depends:
-            ghcjs-dom-jsaddle ==0.9.4.0
+            ghcjs-dom-jsaddle ==0.9.5.0
 
     reexported-modules: GHCJS.DOM,
                         GHCJS.DOM.Types,
