haskell-x509: update to version 1.5.0

This commit is contained in:
Peter Simons 2014-10-19 14:21:44 +02:00
parent 335c577ca0
commit dba208b52e

View File

@ -1,17 +1,18 @@
# 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, HUnit, mtl, pem, QuickCheck , cryptoPubkeyTypes, filepath, hourglass, HUnit, mtl, pem
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, time , QuickCheck, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "x509"; pname = "x509";
version = "1.4.13"; version = "1.5.0";
sha256 = "1cl2ygk38jh803aplsg68q6njzb0wcd1syb182amxqn8jlwh8a7c"; sha256 = "1kg4f5a7jvmj3ps37w7gj9rjk5xrw4vr6l6brfh9zwkzbky5lrfm";
buildDepends = [ buildDepends = [
asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes asn1Encoding asn1Parse asn1Types cryptohash cryptoPubkeyTypes
filepath mtl pem time filepath hourglass mtl pem
]; ];
testDepends = [ testDepends = [
asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework