reflex-dom 0.6.3.2 → 0.6.3.3
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- ChangeLog.md +12/−0
- reflex-dom.cabal +3/−3
ChangeLog.md view
@@ -1,8 +1,20 @@ # Revision history for reflex-dom +## 0.6.3.3++* Support GHC 9.12++## 0.6.3.2-r1++* Require reflex-dom-core >= 0.8.1.0+ ## 0.6.3.2 * Build with GHC 9.10++## 0.6.3.1-r1++* Require reflex-dom-core >= 0.8.1.0 ## 0.6.3.1
reflex-dom.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.24 Name: reflex-dom-Version: 0.6.3.2+Version: 0.6.3.3 Synopsis: Functional Reactive Web Apps with Reflex Description: Web applications without callbacks or side-effects.@@ -71,10 +71,10 @@ cpp-options: -DANDROID build-tools: hsc2hs build-depends:- base >= 4.7 && < 4.21,+ base >= 4.7 && < 4.22, bytestring >= 0.10 && < 0.13, reflex >= 0.8 && < 1,- reflex-dom-core >= 0.6.1.0 && <0.9,+ reflex-dom-core >= 0.8.1.0 && <0.9, text >= 1.2 && < 2.2 if !impl(ghcjs) if flag(use-warp)