apiary-websockets 1.0.0 → 1.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~apiary
Dependency ranges changed: apiary
Files
- apiary-websockets.cabal +3/−3
apiary-websockets.cabal view
@@ -1,5 +1,5 @@ name: apiary-websockets-version: 1.0.0+version: 1.1.0 synopsis: websockets support for apiary web framework. description: example: <https://github.com/philopon/apiary/blob/master/examples/websockets.hs>@@ -12,7 +12,7 @@ copyright: (c) 2014 Hirotomo Moriwaki category: Web build-type: Simple-stability: experimental+stability: stable -- extra-source-files: cabal-version: >=1.10 @@ -20,7 +20,7 @@ exposed-modules: Web.Apiary.WebSockets other-modules: build-depends: base >=4.6 && <4.8- , apiary >=1.0 && <1.1+ , apiary >=1.1 && <1.2 , wai-websockets >=2.1 && <3.1 , websockets >=0.8 && <0.10