summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/engine-io-snap/default.nix
blob: 70c7a1c7d4f6422130969621eadd8a108b88a894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})