From a7ea8bea2614d602cb2f30188534e100b9f36e65 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Mon, 17 Nov 2014 14:29:39 +0000 Subject: [PATCH] haskellPackages.engineIo: Update to 1.2.1 --- .../libraries/haskell/engine-io/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/engine-io/default.nix b/pkgs/development/libraries/haskell/engine-io/default.nix index 9e3d6a5b5b1..7632ee31666 100644 --- a/pkgs/development/libraries/haskell/engine-io/default.nix +++ b/pkgs/development/libraries/haskell/engine-io/default.nix @@ -1,17 +1,18 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, aeson, async, attoparsec, base64Bytestring, either +{ cabal, aeson, async, attoparsec, base64Bytestring, either, free , monadLoops, mwcRandom, stm, text, transformers , unorderedContainers, vector, websockets }: cabal.mkDerivation (self: { pname = "engine-io"; - version = "1.2.0"; - sha256 = "07k5zc8zbjpcj3iql0kcs4zrw5g24cngkp9yanpdmnhi18ms45dv"; + version = "1.2.1"; + sha256 = "17zyl61qdxrsxy7xiqkrl3pp40hhv76gndsi30p00468a6nbk0z6"; buildDepends = [ - aeson async attoparsec base64Bytestring either monadLoops mwcRandom - stm text transformers unorderedContainers vector websockets + aeson async attoparsec base64Bytestring either free monadLoops + mwcRandom stm text transformers unorderedContainers vector + websockets ]; meta = { homepage = "http://github.com/ocharles/engine.io";