summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/engine-io/default.nix
blob: d275a2f2b0f5fb7036372812c9499b0926600781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.3";
  sha256 = "05sc939x24f3na6nxywgbq0yx4wdamh6zk4spdclqgq65j7v0hxc";
  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 ];
  };
})