Cabal revisions of x509-store-1.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: x509-store-Version: 1.4.1-Description: X.509 collection accessing and storing methods for certificate, crl, exception list-License: BSD3-License-file: LICENSE-Copyright: Vincent Hanquez <vincent@snarc.org>-Author: Vincent Hanquez <vincent@snarc.org>-Maintainer: Vincent Hanquez <vincent@snarc.org>-Synopsis: X.509 collection accessing and storing methods-Build-Type: Simple-Category: Data-stability: experimental-Homepage: http://github.com/vincenthz/hs-certificate-Cabal-Version: >=1.8--Flag test- Description: Build unit test- Default: False--Flag executable- Description: Build the executable- Default: False--Library- Build-Depends: base >= 3 && < 5- , bytestring- , mtl- , pem >= 0.1 && < 0.2- , asn1-types- , asn1-encoding- , crypto-pubkey-types- , x509 >= 1.4.3- , containers- , directory- , filepath- , process- , time- Exposed-modules: Data.X509.CertificateStore- Data.X509.File- ghc-options: -Wall--source-repository head- type: git- location: git://github.com/vincenthz/hs-certificate- subdir: x509-store+Name: x509-store +Version: 1.4.1 +-- x-revision 1: backported constraints added to x509-store-1.4.2 +x-revision: 1 +Description: X.509 collection accessing and storing methods for certificate, crl, exception list +License: BSD3 +License-file: LICENSE +Copyright: Vincent Hanquez <vincent@snarc.org> +Author: Vincent Hanquez <vincent@snarc.org> +Maintainer: Vincent Hanquez <vincent@snarc.org> +Synopsis: X.509 collection accessing and storing methods +Build-Type: Simple +Category: Data +stability: experimental +Homepage: http://github.com/vincenthz/hs-certificate +Cabal-Version: >=1.8 + +Flag test + Description: Build unit test + Default: False + +Flag executable + Description: Build the executable + Default: False + +Library + Build-Depends: base >= 3 && < 5 + , bytestring + , mtl + , pem >= 0.1 && < 0.2 + , asn1-types >= 0.2 && < 0.3 + , asn1-encoding >= 0.8 && < 0.9 + , crypto-pubkey-types >= 0.3 && < 0.5 + , x509 >= 1.4.3 && < 1.5 + , containers + , directory + , filepath + , process + , time + Exposed-modules: Data.X509.CertificateStore + Data.X509.File + ghc-options: -Wall + +source-repository head + type: git + location: git://github.com/vincenthz/hs-certificate + subdir: x509-store