haskell-x509: update to version 1.5.0.1

This commit is contained in:
Peter Simons 2014-10-21 11:48:18 +02:00
parent 4c92012e90
commit e8ad61fbd2

View File

@ -1,24 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, asn1Encoding, asn1Parse, asn1Types, cryptohash { cabal, asn1Encoding, asn1Parse, asn1Types, cryptohash
, cryptoPubkeyTypes, filepath, hourglass, HUnit, mtl, pem , cryptoPubkeyTypes, filepath, hourglass, mtl, pem, tasty
, QuickCheck, testFramework, testFrameworkHunit , tastyQuickcheck
, testFrameworkQuickcheck2, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "x509"; pname = "x509";
version = "1.5.0"; version = "1.5.0.1";
sha256 = "1kg4f5a7jvmj3ps37w7gj9rjk5xrw4vr6l6brfh9zwkzbky5lrfm"; sha256 = "03gj4190f0ql1ghn2mri8901xdydhhnwijyfn8lmpjyn7pgpl3ba";
buildDepends = [ buildDepends = [
asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes
filepath hourglass mtl pem filepath hourglass mtl pem
]; ];
testDepends = [ testDepends = [
asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework asn1Types cryptoPubkeyTypes hourglass mtl tasty tastyQuickcheck
testFrameworkHunit testFrameworkQuickcheck2 time
]; ];
doCheck = false;
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-certificate"; homepage = "http://github.com/vincenthz/hs-certificate";
description = "X509 reader and writer"; description = "X509 reader and writer";