haskell-websockets-snap: update to version 0.9.0.0

This commit is contained in:
Peter Simons 2014-09-23 14:18:35 +02:00
parent eab430f6a4
commit 44c54d5585

View file

@ -1,17 +1,12 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, enumerator, ioStreams, mtl, snapCore
, snapServer, websockets
}:
{ cabal, enumerator, mtl, snapCore, snapServer, websockets }:
cabal.mkDerivation (self: {
pname = "websockets-snap";
version = "0.8.2.2";
sha256 = "1r5y5czpxrc06i7w3y3fa4dlqmxdypcc8yplg28cv4k3mkfa1hf4";
buildDepends = [
blazeBuilder enumerator ioStreams mtl snapCore snapServer
websockets
];
version = "0.9.0.0";
sha256 = "051y62xga7drrfllv10giyr49z1z9ql8681dgwynmdad5x6asf85";
buildDepends = [ enumerator mtl snapCore snapServer websockets ];
jailbreak = true;
meta = {
description = "Snap integration for the websockets library";