nixpkgs/pkgs/development/libraries/haskell/socket-io/default.nix

22 lines
652 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, engineIo, mtl, stm, text, transformers
, unorderedContainers, vector
}:
cabal.mkDerivation (self: {
pname = "socket-io";
version = "1.1.0";
sha256 = "1ffip6jlp3i6pz8gbk8m2ra2q8568mgwgi988yh046w787yf9kpw";
buildDepends = [
aeson attoparsec engineIo mtl stm text transformers
unorderedContainers vector
];
meta = {
homepage = "http://github.com/ocharles/engine.io";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})