Update haskellPackages.engineIo and haskellPackages.socketIo

+5 -6
+2 -3
pkgs/development/libraries/haskell/engine-io/default.nix
··· 7 7 8 8 cabal.mkDerivation (self: { 9 9 pname = "engine-io"; 10 - version = "1.1.0"; 11 - sha256 = "0l2jwgzi22ky13k9kmqhn15zyxyg5gr167rkywb458n1si4jr3jh"; 10 + version = "1.1.1"; 11 + sha256 = "0y3jppxppms1i0lg6izpl6xiczsjkxd0z2adxna1h7b399ivzcmg"; 12 12 buildDepends = [ 13 13 aeson async attoparsec base64Bytestring either monadLoops mwcRandom 14 14 stm text transformers unorderedContainers vector websockets 15 15 ]; 16 - jailbreak = true; 17 16 meta = { 18 17 homepage = "http://github.com/ocharles/engine.io"; 19 18 description = "A Haskell implementation of Engine.IO";
+3 -3
pkgs/development/libraries/haskell/socket-io/default.nix
··· 6 6 7 7 cabal.mkDerivation (self: { 8 8 pname = "socket-io"; 9 - version = "1.0.1"; 10 - sha256 = "0257c5wf6b9rmprqq5q5d7fih4s2szwv98w16ggl61p8khf5d2qs"; 9 + version = "1.1.0"; 10 + sha256 = "1ffip6jlp3i6pz8gbk8m2ra2q8568mgwgi988yh046w787yf9kpw"; 11 11 buildDepends = [ 12 12 aeson attoparsec engineIo mtl stm text transformers 13 13 unorderedContainers vector 14 14 ]; 15 - jailbreak = true; 16 15 meta = { 16 + homepage = "http://github.com/ocharles/engine.io"; 17 17 license = self.stdenv.lib.licenses.bsd3; 18 18 platforms = self.ghc.meta.platforms; 19 19 maintainers = with self.stdenv.lib.maintainers; [ ocharles ];