From 5996a836a62c40a899d11685515e604f56dca37e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 30 Mar 2014 22:06:39 +0200 Subject: [PATCH] haskell-cryptohash-conduit: update to version 0.1.1 --- .../libraries/haskell/cryptohash-conduit/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/cryptohash-conduit/default.nix b/pkgs/development/libraries/haskell/cryptohash-conduit/default.nix index 501edf03ae09..78c0c1016592 100644 --- a/pkgs/development/libraries/haskell/cryptohash-conduit/default.nix +++ b/pkgs/development/libraries/haskell/cryptohash-conduit/default.nix @@ -1,10 +1,13 @@ -{ cabal, conduit, cryptohash, transformers }: +{ cabal, conduit, conduitExtra, cryptohash, resourcet, transformers +}: cabal.mkDerivation (self: { pname = "cryptohash-conduit"; - version = "0.1.0"; - sha256 = "08x45dy5crxc63gd4psryrzprz7lc5hbzjl23q56c3iqbvrx2r7w"; - buildDepends = [ conduit cryptohash transformers ]; + version = "0.1.1"; + sha256 = "1kmlskgb0jx8hkzdncr24aqir9k1kyfcb2rypvkdld1yin4nslga"; + buildDepends = [ + conduit conduitExtra cryptohash resourcet transformers + ]; meta = { homepage = "http://github.com/vincenthz/hs-cryptohash-conduit"; description = "cryptohash conduit";