apiary-websockets 0.8.0.0 → 0.9.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~apiarydep ~wai-websocketsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apiary, wai-websockets
API changes (from Hackage documentation)
Files
- apiary-websockets.cabal +3/−3
apiary-websockets.cabal view
@@ -1,5 +1,5 @@ name: apiary-websockets-version: 0.8.0.0+version: 0.9.0.0 synopsis: websockets supper for apiary web framework. description: example: <https://github.com/philopon/apiary/blob/master/examples/websockets.hs>@@ -20,8 +20,8 @@ exposed-modules: Web.Apiary.WebSockets other-modules: build-depends: base >=4.6 && <4.8- , apiary >=0.8 && <0.9- , wai-websockets >=2.1 && <2.2+ , apiary >=0.8 && <0.10+ , wai-websockets >=2.1 && <3.1 , websockets >=0.8 && <0.9 hs-source-dirs: src