haskellPackages.engineIo: Update to 1.2.2
This commit is contained in:
parent
d51cfe1f0f
commit
93e9680fcb
@ -1,17 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
|
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
|
||||||
, monadLoops, mwcRandom, stm, text, transformers
|
, monadLoops, mwcRandom, stm, stmDelay, text, transformers
|
||||||
, unorderedContainers, vector, websockets
|
, unorderedContainers, vector, websockets
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "engine-io";
|
pname = "engine-io";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
sha256 = "17zyl61qdxrsxy7xiqkrl3pp40hhv76gndsi30p00468a6nbk0z6";
|
sha256 = "1d8323nxklbhva2y8ymgm5h57j2p86sdjfh0yi1fjjr8p26dh2py";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async attoparsec base64Bytestring either free monadLoops
|
aeson async attoparsec base64Bytestring either free monadLoops
|
||||||
mwcRandom stm text transformers unorderedContainers vector
|
mwcRandom stm stmDelay text transformers unorderedContainers vector
|
||||||
websockets
|
websockets
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user