# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, attoparsec, base64Bytestring, binary, blazeBuilder , caseInsensitive, entropy, HUnit, mtl, network, QuickCheck, random , SHA, testFramework, testFrameworkHunit, testFrameworkQuickcheck2 , text }: cabal.mkDerivation (self: { pname = "websockets"; version = "0.9.1.0"; sha256 = "18q2dax5d4qh7didr2jhsns07lsybab4v231wjxn6iiyf9f7f16i"; buildDepends = [ attoparsec base64Bytestring binary blazeBuilder caseInsensitive entropy mtl network random SHA text ]; testDepends = [ attoparsec base64Bytestring binary blazeBuilder caseInsensitive entropy HUnit mtl network QuickCheck random SHA testFramework testFrameworkHunit testFrameworkQuickcheck2 text ]; jailbreak = true; meta = { homepage = "http://jaspervdj.be/websockets"; description = "A sensible and clean way to write WebSocket-capable servers in Haskell"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ ocharles ]; }; })