mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskellPackages.engineIo: Update to 1.2.0
This commit is contained in:
parent
9e155d6d94
commit
37a794841d
@ -7,13 +7,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "engine-io";
|
pname = "engine-io";
|
||||||
version = "1.1.2";
|
version = "1.2.0";
|
||||||
sha256 = "1ry6rklrij7x1z8mw31vh41lc0axzj8l0lhmjsmhs554nv50062f";
|
sha256 = "07k5zc8zbjpcj3iql0kcs4zrw5g24cngkp9yanpdmnhi18ms45dv";
|
||||||
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
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/engine.io";
|
homepage = "http://github.com/ocharles/engine.io";
|
||||||
description = "A Haskell implementation of Engine.IO";
|
description = "A Haskell implementation of Engine.IO";
|
||||||
|
Loading…
Reference in New Issue
Block a user