summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-27 11:51:32 +0100
committerPeter Simons <simons@cryp.to>2014-01-28 14:59:46 +0100
commit838e8d3426fbf2017c18fa77e6d5eabaf566075c (patch)
tree4424008d06120fce7d83bef0a690e4ea1a7b85b4
parentea8c3ee7a2227fdbeebfdf5b9c9d7adffaac6c38 (diff)
downloadnixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.tar
nixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.tar.gz
nixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.tar.bz2
nixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.tar.lz
nixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.tar.xz
nixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.tar.zst
nixlib-838e8d3426fbf2017c18fa77e6d5eabaf566075c.zip
haskell-network-conduit: update to version 1.0.2
-rw-r--r--pkgs/development/libraries/haskell/network-conduit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/network-conduit/default.nix b/pkgs/development/libraries/haskell/network-conduit/default.nix
index 5dec259f5f5e..5ad390c39e72 100644
--- a/pkgs/development/libraries/haskell/network-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/network-conduit/default.nix
@@ -3,8 +3,8 @@
 
 cabal.mkDerivation (self: {
   pname = "network-conduit";
-  version = "1.0.1.1";
-  sha256 = "1mji8zb0chnnxl7z4dgijls6szfa6c47zmhx0v1dc9k27bnc0mhx";
+  version = "1.0.2";
+  sha256 = "00x9m4lsh4hkvw6z6kqd3q7hpy2q905vcnj9x1wbn6swz621h4rw";
   buildDepends = [
     conduit liftedBase monadControl network transformers
   ];