2014-07-22 10:12:35 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-17 14:29:39 +00:00
|
|
|
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
|
2014-11-24 13:23:07 +00:00
|
|
|
, monadLoops, mwcRandom, stm, stmDelay, text, transformers
|
2014-07-15 09:47:00 +00:00
|
|
|
, unorderedContainers, vector, websockets
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "engine-io";
|
2014-11-24 13:23:07 +00:00
|
|
|
version = "1.2.2";
|
|
|
|
sha256 = "1d8323nxklbhva2y8ymgm5h57j2p86sdjfh0yi1fjjr8p26dh2py";
|
2014-07-15 09:47:00 +00:00
|
|
|
buildDepends = [
|
2014-11-17 14:29:39 +00:00
|
|
|
aeson async attoparsec base64Bytestring either free monadLoops
|
2014-11-24 13:23:07 +00:00
|
|
|
mwcRandom stm stmDelay text transformers unorderedContainers vector
|
2014-11-17 14:29:39 +00:00
|
|
|
websockets
|
2014-07-15 09:47:00 +00:00
|
|
|
];
|
|
|
|
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;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-07-15 09:47:00 +00:00
|
|
|
};
|
|
|
|
})
|