haskell-network-conduit-tls: update to version 1.0.1.1

This commit is contained in:
Peter Simons 2013-09-02 13:20:17 +02:00
parent ae6d2c6721
commit f35773bbdb

View File

@ -1,15 +1,15 @@
{ cabal, aeson, certificate, conduit, cryptoApi, cryptoRandomApi { cabal, aeson, certificate, conduit, cprngAes, cryptoApi
, network, networkConduit, pem, systemFileio, systemFilepath, tls , cryptoRandomApi, network, networkConduit, pem, systemFileio
, tlsExtra, transformers , systemFilepath, tls, tlsExtra, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "network-conduit-tls"; pname = "network-conduit-tls";
version = "1.0.1"; version = "1.0.1.1";
sha256 = "0h2svqllm85vambssq0j4ghx2b44cjg0kj04bamp72ly22mcg9d6"; sha256 = "0v5rspcjhd2vid5i74dy1sdcvci7dlr88sgr0v9vjp4gcyb29qlj";
buildDepends = [ buildDepends = [
aeson certificate conduit cryptoApi cryptoRandomApi network aeson certificate conduit cprngAes cryptoApi cryptoRandomApi
networkConduit pem systemFileio systemFilepath tls tlsExtra network networkConduit pem systemFileio systemFilepath tls tlsExtra
transformers transformers
]; ];
meta = { meta = {