packages feed

reflex-localize-dom 1.0.3.0 → 1.1.0.0

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~reflexdep ~reflex-domdep ~reflex-localizePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: reflex, reflex-dom, reflex-localize

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 1.1.0.0++* Bump versions for new reflex. + # 1.0.3.0  * Allow `reflex-localize-1.1`
reflex-localize-dom.cabal view
@@ -1,5 +1,5 @@ name:                reflex-localize-dom-version:             1.0.3.0+version:             1.1.0.0 synopsis:            Helper widgets for reflex-localize description:         Library provides helpers for dynamic strings that depends on current selected language. stability:           Experimental@@ -35,9 +35,9 @@   build-depends:       base                      >= 4.5      && < 4.15     , containers-    , reflex                    >= 0.4      && < 0.9-    , reflex-dom                >= 0.6      && < 0.9-    , reflex-localize           >= 1.0      && < 1.2+    , reflex                    >= 0.4      && < 0.10+    , reflex-dom                >= 0.6      && < 0.10+    , reflex-localize           >= 1.0      && < 1.3     , text   default-language:    Haskell2010   default-extensions:@@ -105,4 +105,4 @@ source-repository head   type: git   location: https://github.com/hexresearch/ergvein-  subdir: reflex-localize+  subdir: reflex-localize-dom