reflex-gadt-api 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+7/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- reflex-gadt-api.cabal +1/−1
- src/Reflex/Dom/GadtApi/WebSocket.hs +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-gadt-api +## 0.2.0.1++* Fix haddocks of `tagRequests`+ ## 0.2.0.0 * Add WebSocket interface
reflex-gadt-api.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: reflex-gadt-api-version: 0.2.0.0+version: 0.2.0.1 synopsis: Interact with a GADT API in your reflex-dom application. description: This package is designed to be used in full-stack Haskell applications where the API is defined as a GADT and the frontend is using reflex-dom.
src/Reflex/Dom/GadtApi/WebSocket.hs view
@@ -98,9 +98,9 @@ -- -- @ -- requests --> |-------------| --> tagged requests--- / | | \+-- ↗ | | ↘ -- Client | tagRequests | Server--- \ | | /+-- ↖ | | ↙ -- responses <-- |-------------| <-- tagged responses -- @ --