Cabal revisions of certificate-0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: certificate-Version: 0.3-Description:- Certificates and Key reader/writer- .- At the moment only X509 certificate and unencrypted private key are supported,- but will include PGP certificate and pkcs8 private keys-License: BSD3-License-file: LICENSE-Copyright: Vincent Hanquez <vincent@snarc.org>-Author: Vincent Hanquez <vincent@snarc.org>-Maintainer: Vincent Hanquez <vincent@snarc.org>-Synopsis: Certificates and Key Reader/Writer-Build-Type: Simple-Category: Data-stability: experimental-Cabal-Version: >=1.6--Flag executable- Description: Build the executable- Default: False--Library- Build-Depends: base >= 3 && < 5,- binary >= 0.5,- bytestring,- mtl,- asn1-data >= 0.2,- base64-bytestring- Exposed-modules: Data.Certificate.X509,- Data.Certificate.PEM,- Data.Certificate.Key- ghc-options: -Wall--Executable certificate- Main-Is: Certificate.hs- if flag(executable)- Buildable: True- Build-depends: RSA, hexdump, haskell98- else- Buildable: False--source-repository head- type: git- location: git://github.com/vincenthz/hs-certificate+Name: certificate +Version: 0.3 +x-revision: 1 +Description: + Certificates and Key reader/writer + . + At the moment only X509 certificate and unencrypted private key are supported, + but will include PGP certificate and pkcs8 private keys +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez <vincent@snarc.org> +Author: Vincent Hanquez <vincent@snarc.org> +Maintainer: Vincent Hanquez <vincent@snarc.org> +Synopsis: Certificates and Key Reader/Writer +Build-Type: Simple +Category: Data +stability: experimental +Cabal-Version: >=1.6 + +Flag executable + Description: Build the executable + Default: False + +Library + Build-Depends: base >= 3 && < 5, + binary >= 0.5, + bytestring, + mtl, + asn1-data >= 0.2 && <0.7, + base64-bytestring + Exposed-modules: Data.Certificate.X509, + Data.Certificate.PEM, + Data.Certificate.Key + ghc-options: -Wall + +Executable certificate + Main-Is: Certificate.hs + if flag(executable) + Buildable: True + Build-depends: RSA, hexdump, haskell98 + else + Buildable: False + +source-repository head + type: git + location: git://github.com/vincenthz/hs-certificate
revision 2
Name: certificate Version: 0.3 -x-revision: 1 +x-revision: 2 Description: Certificates and Key reader/writer . binary >= 0.5, bytestring, mtl, - asn1-data >= 0.2 && <0.7, + asn1-data >= 0.2 && <0.4, base64-bytestring Exposed-modules: Data.Certificate.X509, Data.Certificate.PEM,
revision 3
Name: certificate Version: 0.3 -x-revision: 2 +x-revision: 3 Description: Certificates and Key reader/writer . binary >= 0.5, bytestring, mtl, - asn1-data >= 0.2 && <0.4, + asn1-data >= 0.2 && <0.3, base64-bytestring Exposed-modules: Data.Certificate.X509, Data.Certificate.PEM,