packages feed

threepenny-gui 0.7.0.1 → 0.7.0.2

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~aesondep ~websocketsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, websockets

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ ## Changelog for the `threepenny-gui` package +**0.7.0.2** -- Maintenance release++* Bump dependencies to allow `aeson` 1.2+* Bump dependencies to allow `websockets` 0.11+ **0.7.0.1** -- Maintenance release  * Bump dependencies to allow `aeson` 1.1
threepenny-gui.cabal view
@@ -1,5 +1,5 @@ Name:                threepenny-gui-Version:             0.7.0.1+Version:             0.7.0.2 Synopsis:            GUI framework that uses the web browser as a display. Description:     Threepenny-GUI is a GUI framework that uses the web browser as a display.@@ -104,7 +104,7 @@       cpp-options:  -DREBUG       ghc-options:  -O2   build-depends:     base                   >= 4.6   && < 4.11-                    ,aeson                  (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.2)+                    ,aeson                  (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.3)                     ,async                  >= 2.0   && < 2.2                     ,bytestring             >= 0.9.2 && < 0.11                     ,containers             >= 0.4.2 && < 0.6@@ -120,7 +120,7 @@                     ,text                   >= 0.11   && < 1.3                     ,transformers           >= 0.3.0  && < 0.6                     ,unordered-containers   == 0.2.*-                    ,websockets             >= 0.8    && < 0.11+                    ,websockets             >= 0.8    && < 0.12                     ,websockets-snap        >= 0.8    && < 0.11                     ,vault                  == 0.3.*                     ,vector                 >= 0.10   && < 0.13