summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2014-10-05 20:34:28 +0100
committerOliver Charles <ollie@ocharles.org.uk>2014-10-05 20:36:12 +0100
commitcc6dca4c64f6679e7ea8e509048da0d6016daa40 (patch)
treef991fce5e2e1c3528c4db6a72c3fa280862ddcfe /pkgs
parent37a794841d59f32d5db43d5186268c0cfcbb10fe (diff)
downloadnixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.tar
nixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.tar.gz
nixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.tar.bz2
nixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.tar.lz
nixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.tar.xz
nixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.tar.zst
nixpkgs-cc6dca4c64f6679e7ea8e509048da0d6016daa40.zip
haskellPackages.engineIoSnap: Update to 1.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/engine-io-snap/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/libraries/haskell/engine-io-snap/default.nix b/pkgs/development/libraries/haskell/engine-io-snap/default.nix
index 3a233c66fb4..b37ef7c2bc1 100644
--- a/pkgs/development/libraries/haskell/engine-io-snap/default.nix
+++ b/pkgs/development/libraries/haskell/engine-io-snap/default.nix
@@ -1,19 +1,19 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, attoparsecEnumerator, engineIo, snapCore
-, unorderedContainers, websockets, websocketsSnap
+{ cabal, attoparsecEnumerator, engineIo, MonadCatchIOTransformers
+, snapCore, unorderedContainers, websockets, websocketsSnap
 }:
 
 cabal.mkDerivation (self: {
   pname = "engine-io-snap";
-  version = "1.0.1";
-  sha256 = "1hw3gmi23fdcgvz817b95bf23wa7qyg10axsnvan5qxr73pwp5iv";
+  version = "1.0.2";
+  sha256 = "0x2sb3b825ds1g2g15yyqxdrw6bh968ivmyd1933l47649qbs0xr";
   buildDepends = [
-    attoparsecEnumerator engineIo snapCore unorderedContainers
-    websockets websocketsSnap
+    attoparsecEnumerator engineIo MonadCatchIOTransformers snapCore
+    unorderedContainers websockets websocketsSnap
   ];
-  jailbreak = true;
   meta = {
+    homepage = "http://github.com/ocharles/engine.io";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
     maintainers = with self.stdenv.lib.maintainers; [ ocharles ];