summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-17 12:49:04 +0100
committerPeter Simons <simons@cryp.to>2014-02-17 16:41:10 +0100
commit2668493a14637f43dcfabaeb3279e061bbddaaa9 (patch)
treec570ac6c382e430992983e59b0dfc3689a6f8182
parentbe4b35eb15e4bb885ae546fdd7766da0889232e4 (diff)
haskell-websockets: update to version 0.8.2.0
-rw-r--r--pkgs/development/libraries/haskell/websockets/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/websockets/default.nix b/pkgs/development/libraries/haskell/websockets/default.nix
index 24b0554ea012..c0d500ace719 100644
--- a/pkgs/development/libraries/haskell/websockets/default.nix
+++ b/pkgs/development/libraries/haskell/websockets/default.nix
@@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "websockets";
- version = "0.8.1.3";
- sha256 = "16iq2grgafshjwhjxwb0qdxiawr6z6hxaksix52nr8l4wm9ibhjv";
+ version = "0.8.2.0";
+ sha256 = "1gphlil7n0g9y6vqwyn9fc4sl2ccninznc59p11052j8q6yb34ia";
buildDepends = [
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
entropy ioStreams mtl network random SHA text