packages feed

ghcjs-dom 0.9.4.0 → 0.9.5.0

raw patch · 1 files changed

+10/−6 lines, 1 filesdep ~ghcjs-dom-jsaddledep ~ghcjs-dom-jsffiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghcjs-dom-jsaddle, ghcjs-dom-jsffi

API changes (from Hackage documentation)

Files

ghcjs-dom.cabal view
@@ -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,