Cabal revisions of x509-1.5.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: x509-Version: 1.5.1-Description: X509 reader and writer-License: BSD3-License-file: LICENSE-Copyright: Vincent Hanquez <vincent@snarc.org>-Author: Vincent Hanquez <vincent@snarc.org>-Maintainer: Vincent Hanquez <vincent@snarc.org>-Synopsis: X509 reader and writer-Build-Type: Simple-Category: Data-stability: experimental-Homepage: http://github.com/vincenthz/hs-certificate-Cabal-Version: >=1.8--Library- Build-Depends: base >= 3 && < 5- , bytestring- , mtl- , containers- , directory- , filepath- , process- , hourglass- , pem >= 0.1 && < 0.3- , asn1-types >= 0.3.0 && < 0.4- , asn1-encoding >= 0.9 && < 0.10- , asn1-parse >= 0.9 && < 0.10- , crypto-pubkey-types >= 0.4.2.1 && < 0.5- , cryptohash >= 0.9 && < 0.12- Exposed-modules: Data.X509- Other-modules: Data.X509.Internal- Data.X509.CertificateChain- Data.X509.AlgorithmIdentifier- Data.X509.DistinguishedName- Data.X509.Cert- Data.X509.PublicKey- Data.X509.PrivateKey- Data.X509.Ext- Data.X509.ExtensionRaw- Data.X509.CRL- Data.X509.Signed- ghc-options: -Wall--Test-Suite test-x509- type: exitcode-stdio-1.0- hs-source-dirs: Tests- Main-is: Tests.hs- Build-Depends: base >= 3 && < 5- , bytestring- , mtl- , tasty- , tasty-quickcheck- , hourglass- , asn1-types- , x509- , crypto-pubkey-types- ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures--source-repository head- type: git- location: git://github.com/vincenthz/hs-certificate- subdir: x509+Name: x509 +Version: 1.5.1 +x-revision: 1 +Description: X509 reader and writer +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez <vincent@snarc.org> +Author: Vincent Hanquez <vincent@snarc.org> +Maintainer: Vincent Hanquez <vincent@snarc.org> +Synopsis: X509 reader and writer +Build-Type: Simple +Category: Data +stability: experimental +Homepage: http://github.com/vincenthz/hs-certificate +Cabal-Version: >=1.8 + +Library + Build-Depends: base >= 3 && < 5 + , bytestring + , mtl + , containers + , directory + , filepath + , process + , hourglass + , pem >= 0.1 && < 0.3 + , asn1-types >= 0.3.0 && < 0.4 + , asn1-encoding >= 0.9 && < 0.10 + , asn1-parse >= 0.9 && < 0.9.2 + , crypto-pubkey-types >= 0.4.2.1 && < 0.5 + , cryptohash >= 0.9 && < 0.12 + Exposed-modules: Data.X509 + Other-modules: Data.X509.Internal + Data.X509.CertificateChain + Data.X509.AlgorithmIdentifier + Data.X509.DistinguishedName + Data.X509.Cert + Data.X509.PublicKey + Data.X509.PrivateKey + Data.X509.Ext + Data.X509.ExtensionRaw + Data.X509.CRL + Data.X509.Signed + ghc-options: -Wall + +Test-Suite test-x509 + type: exitcode-stdio-1.0 + hs-source-dirs: Tests + Main-is: Tests.hs + Build-Depends: base >= 3 && < 5 + , bytestring + , mtl + , tasty + , tasty-quickcheck + , hourglass + , asn1-types + , x509 + , crypto-pubkey-types + ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures + +source-repository head + type: git + location: git://github.com/vincenthz/hs-certificate + subdir: x509
revision 2
Name: x509 Version: 1.5.1 -x-revision: 1 +x-revision: 2 Description: X509 reader and writer License: BSD3 License-file: LICENSE Cabal-Version: >=1.8 Library + -- No instance for (Semigroup DistinguishedName)+ build-depends: base <4.11+ Build-Depends: base >= 3 && < 5 , bytestring , mtl