nixpkgs/pkgs/development/libraries/haskell/engine-io/default.nix
2014-11-24 13:23:12 +00:00

25 lines
848 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
, monadLoops, mwcRandom, stm, stmDelay, text, transformers
, unorderedContainers, vector, websockets
}:
cabal.mkDerivation (self: {
pname = "engine-io";
version = "1.2.2";
sha256 = "1d8323nxklbhva2y8ymgm5h57j2p86sdjfh0yi1fjjr8p26dh2py";
buildDepends = [
aeson async attoparsec base64Bytestring either free monadLoops
mwcRandom stm stmDelay 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 ];
};
})