about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-21 11:48:16 +0200
committerPeter Simons <simons@cryp.to>2014-10-21 15:36:21 +0200
commit4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5 (patch)
treea9c07ee3510230a6be9841fa114267393bda0023 /pkgs/development/libraries
parent114a84e751efb5b9e96cc0009d40d2feb7055b1e (diff)
downloadnixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.tar
nixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.tar.gz
nixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.tar.bz2
nixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.tar.lz
nixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.tar.xz
nixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.tar.zst
nixlib-4c92012e90074f534c5fb2199a5ef6e6fb5d3ba5.zip
haskell-io-streams: update to version 1.2.0.1
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/io-streams/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/io-streams/default.nix b/pkgs/development/libraries/haskell/io-streams/default.nix
index 6d1d3cbfb6b3..a046c234e63f 100644
--- a/pkgs/development/libraries/haskell/io-streams/default.nix
+++ b/pkgs/development/libraries/haskell/io-streams/default.nix
@@ -8,8 +8,8 @@
 
 cabal.mkDerivation (self: {
   pname = "io-streams";
-  version = "1.2.0.0";
-  sha256 = "1lisvwy4pj0ywm1i61qan3vxisl4xazz7z8i8iybww1dv3j6mrn2";
+  version = "1.2.0.1";
+  sha256 = "12r7j8dzj80f4s9942a6pi60pd9jh44sqyl6hcn0npzmdyl7hg1k";
   buildDepends = [
     attoparsec blazeBuilder network primitive text time transformers
     vector zlibBindings