wai-websockets 1.3.1 → 1.3.1.1
raw patch · 2 files changed
+3/−4 lines, 2 filesdep ~conduit
Dependency ranges changed: conduit
Files
- static/client.html +1/−2
- wai-websockets.cabal +2/−2
static/client.html view
@@ -1,8 +1,7 @@ <html> <head> <title>Haskell WebSockets example</title>- <script type="text/JavaScript"- src="http://code.jquery.com/jquery-1.6.3.min.js"></script>+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script type="text/JavaScript" src="client.js"></script> <link rel="stylesheet" type="text/css" href="screen.css"></script> </head>
wai-websockets.cabal view
@@ -1,5 +1,5 @@ Name: wai-websockets-Version: 1.3.1+Version: 1.3.1.1 Synopsis: Provide a bridge betweeen WAI and the websockets package. License: MIT License-file: LICENSE@@ -19,7 +19,7 @@ Library Build-Depends: base >= 3 && < 5 , bytestring >= 0.9.1.4- , conduit >= 0.5 && < 0.6+ , conduit >= 0.5 && < 1.1 , wai >= 1.3 && < 1.4 , enumerator >= 0.4.8 && < 0.5 , network-enumerator >= 0.1.2 && < 0.2