21 lines
605 B
Nix
21 lines
605 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsecEnumerator, engineIo, snapCore
|
|
, unorderedContainers, websockets, websocketsSnap
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "engine-io-snap";
|
|
version = "1.0.1";
|
|
sha256 = "1hw3gmi23fdcgvz817b95bf23wa7qyg10axsnvan5qxr73pwp5iv";
|
|
buildDepends = [
|
|
attoparsecEnumerator engineIo snapCore unorderedContainers
|
|
websockets websocketsSnap
|
|
];
|
|
meta = {
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
|
};
|
|
})
|