We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae89a1e commit 993787aCopy full SHA for 993787a
websockets-snap.cabal
@@ -1,5 +1,5 @@
1
Name: websockets-snap
2
-Version: 0.6.0.1
+Version: 0.6.0.2
3
Synopsis: Snap integration for the websockets library
4
Description: Snap integration for the websockets library
5
License: BSD3
@@ -18,8 +18,8 @@ Library
18
19
Build-depends:
20
base >= 4 && < 5,
21
- snap-core >= 0.8 && < 0.9,
22
- snap-server >= 0.8 && < 0.9,
+ snap-core >= 0.8 && < 0.10,
+ snap-server >= 0.8 && < 0.10,
23
websockets >= 0.6 && < 0.7
24
25
Source-repository head
0 commit comments