18 lines
609 B
Nix
18 lines
609 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, enumerator, mtl, snapCore, snapServer, websockets }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "websockets-snap";
|
|
version = "0.9.0.0";
|
|
sha256 = "051y62xga7drrfllv10giyr49z1z9ql8681dgwynmdad5x6asf85";
|
|
buildDepends = [ enumerator mtl snapCore snapServer websockets ];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "Snap integration for the websockets library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|