haskellPackages.engineIo: Update to 1.1.2
This commit is contained in:
parent
9c6614687c
commit
ce16840c68
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "engine-io";
|
pname = "engine-io";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
sha256 = "0y3jppxppms1i0lg6izpl6xiczsjkxd0z2adxna1h7b399ivzcmg";
|
sha256 = "1ry6rklrij7x1z8mw31vh41lc0axzj8l0lhmjsmhs554nv50062f";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async attoparsec base64Bytestring either monadLoops mwcRandom
|
aeson async attoparsec base64Bytestring either monadLoops mwcRandom
|
||||||
stm text transformers unorderedContainers vector websockets
|
stm text transformers unorderedContainers vector websockets
|
||||||
|
|
Loading…
Reference in New Issue