24 lines
829 B
Nix
24 lines
829 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
|
|
, monadLoops, mwcRandom, stm, text, transformers
|
|
, unorderedContainers, vector, websockets
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "engine-io";
|
|
version = "1.2.1";
|
|
sha256 = "17zyl61qdxrsxy7xiqkrl3pp40hhv76gndsi30p00468a6nbk0z6";
|
|
buildDepends = [
|
|
aeson async attoparsec base64Bytestring either free monadLoops
|
|
mwcRandom stm text transformers unorderedContainers vector
|
|
websockets
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/ocharles/engine.io";
|
|
description = "A Haskell implementation of Engine.IO";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|