# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, asn1Types }: cabal.mkDerivation (self: { pname = "crypto-pubkey-types"; version = "0.4.2.3"; sha256 = "1isfyr1ly9hv8idslpjbyc9hhgb1zqd9gfc1s4kvwy4gcdsvrx52"; buildDepends = [ asn1Types ]; meta = { homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types"; description = "Generic cryptography Public keys algorithm types"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })