haskell-certificate: update to version 1.3.0
This commit is contained in:
parent
6b1e437b13
commit
42d80326d4
@ -1,12 +1,16 @@
|
|||||||
{ cabal, asn1Data, cryptoPubkeyTypes, mtl, pem, time }:
|
{ cabal, asn1Data, cryptohash, cryptoPubkeyTypes, filepath, mtl
|
||||||
|
, pem, time
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "certificate";
|
pname = "certificate";
|
||||||
version = "1.2.8";
|
version = "1.3.0";
|
||||||
sha256 = "0lcyvkr0iqywwid9zlpzfvzpg70gvw7y0ij51ljadrwp882nj0ws";
|
sha256 = "1vhqbwbk0xpq74f01lkqifq7pgxdbfgq193gy57b9rwsnxvzqip1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ asn1Data cryptoPubkeyTypes mtl pem time ];
|
buildDepends = [
|
||||||
|
asn1Data cryptohash cryptoPubkeyTypes filepath mtl pem time
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-certificate";
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
||||||
description = "Certificates and Key Reader/Writer";
|
description = "Certificates and Key Reader/Writer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user