Skip to content

Commit

Permalink
Lower bytestring dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Dec 19, 2013
1 parent b1ff467 commit 44e43b7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions websockets-snap.cabal
@@ -1,5 +1,5 @@
Name: websockets-snap
Version: 0.8.2.0
Version: 0.8.2.1
Synopsis: Snap integration for the websockets library
Description: Snap integration for the websockets library
License: BSD3
Expand All @@ -17,15 +17,15 @@ Library
Network.WebSockets.Snap

Build-depends:
base >= 4 && < 5,
blaze-builder >= 0.3 && < 0.4,
bytestring >= 0.10 && < 0.11,
enumerator >= 0.4 && < 0.5,
io-streams >= 1.1 && < 1.2,
mtl >= 2.1 && < 2.2,
snap-core >= 0.8 && < 0.10,
snap-server >= 0.8 && < 0.10,
websockets >= 0.8 && < 0.9
base >= 4 && < 5,
blaze-builder >= 0.3 && < 0.4,
bytestring >= 0.9 && < 0.11,
enumerator >= 0.4 && < 0.5,
io-streams >= 1.1 && < 1.2,
mtl >= 2.1 && < 2.2,
snap-core >= 0.8 && < 0.10,
snap-server >= 0.8 && < 0.10,
websockets >= 0.8 && < 0.9

Source-repository head
Type: git
Expand Down

0 comments on commit 44e43b7

Please sign in to comment.