websockets-snap 0.8.2.1 → 0.8.2.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~mtl
Dependency ranges changed: mtl
Files
- CHANGELOG +2/−0
- websockets-snap.cabal +5/−2
+ CHANGELOG view
@@ -0,0 +1,2 @@+- 0.8.2.2+ * Bump mtl dependency
websockets-snap.cabal view
@@ -1,5 +1,5 @@ Name: websockets-snap-Version: 0.8.2.1+Version: 0.8.2.2 Synopsis: Snap integration for the websockets library Description: Snap integration for the websockets library License: BSD3@@ -10,6 +10,9 @@ Build-type: Simple Cabal-version: >= 1.6 +Extra-source-files:+ CHANGELOG+ Library Hs-source-dirs: src @@ -22,7 +25,7 @@ bytestring >= 0.9 && < 0.11, enumerator >= 0.4 && < 0.5, io-streams >= 1.1 && < 1.2,- mtl >= 2.1 && < 2.2,+ mtl >= 2.1 && < 2.3, snap-core >= 0.8 && < 0.10, snap-server >= 0.8 && < 0.10, websockets >= 0.8 && < 0.9