mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
haskell-network-conduit-tls: update to version 1.0.3
This commit is contained in:
parent
d5c0ad38bd
commit
d031f761b3
@ -1,18 +1,19 @@
|
||||
{ cabal, aeson, certificate, conduit, connection, cprngAes
|
||||
, cryptoApi, cryptoRandomApi, dataDefault, monadControl, network
|
||||
, networkConduit, pem, systemFileio, systemFilepath, tls, tlsExtra
|
||||
, transformers
|
||||
, cryptoApi, cryptoRandomApi, dataDefault, HUnit, monadControl, mtl
|
||||
, network, networkConduit, pem, systemFileio, systemFilepath, tls
|
||||
, tlsExtra, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "network-conduit-tls";
|
||||
version = "1.0.2";
|
||||
sha256 = "0m3sbb4vpsjf568zaaxri8x7x46wngf5y2s5chgjzfmbj0amkl51";
|
||||
version = "1.0.3";
|
||||
sha256 = "0l8h9pfrrqzkf45cp5r8kxpzc2fi6m01s4zkrh0d226rbps3gmvc";
|
||||
buildDepends = [
|
||||
aeson certificate conduit connection cprngAes cryptoApi
|
||||
cryptoRandomApi dataDefault monadControl network networkConduit pem
|
||||
systemFileio systemFilepath tls tlsExtra transformers
|
||||
];
|
||||
testDepends = [ conduit connection HUnit mtl networkConduit ];
|
||||
meta = {
|
||||
homepage = "https://github.com/snoyberg/conduit";
|
||||
description = "Create TLS-aware network code with conduits";
|
||||
|
Loading…
Reference in New Issue
Block a user