revise .cabal

epel9
Jens Petersen 4 years ago
parent e53eb400bb
commit 5418cd6acc

@ -1,65 +1,65 @@
Name: x509 Name: x509
version: 1.7.5 version: 1.7.5
x-revision: 1 x-revision: 1
Description: X509 reader and writer. please see README Description: X509 reader and writer. please see README
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org> Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org> Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org> Maintainer: Vincent Hanquez <vincent@snarc.org>
Synopsis: X509 reader and writer Synopsis: X509 reader and writer
Build-Type: Simple Build-Type: Simple
Category: Data Category: Data
stability: experimental stability: experimental
Homepage: http://github.com/vincenthz/hs-certificate Homepage: http://github.com/vincenthz/hs-certificate
Cabal-Version: >= 1.10 Cabal-Version: >= 1.10
Library Library
Default-Language: Haskell2010 Default-Language: Haskell2010
Build-Depends: base >= 4.7 && < 5 Build-Depends: base >= 4.7 && < 5
, bytestring , bytestring
, memory , memory
, mtl , mtl
, containers , containers
, hourglass , hourglass
, pem >= 0.1 , pem >= 0.1
, asn1-types >= 0.3.1 && < 0.4 , asn1-types >= 0.3.1 && < 0.4
, asn1-encoding >= 0.9 && < 0.10 , asn1-encoding >= 0.9 && < 0.10
, asn1-parse >= 0.9.3 && < 0.10 , asn1-parse >= 0.9.3 && < 0.10
, cryptonite >= 0.24 , cryptonite >= 0.24
Exposed-modules: Data.X509 Exposed-modules: Data.X509
Data.X509.EC Data.X509.EC
Other-modules: Data.X509.Internal Other-modules: Data.X509.Internal
Data.X509.CertificateChain Data.X509.CertificateChain
Data.X509.AlgorithmIdentifier Data.X509.AlgorithmIdentifier
Data.X509.DistinguishedName Data.X509.DistinguishedName
Data.X509.Cert Data.X509.Cert
Data.X509.PublicKey Data.X509.PublicKey
Data.X509.PrivateKey Data.X509.PrivateKey
Data.X509.Ext Data.X509.Ext
Data.X509.ExtensionRaw Data.X509.ExtensionRaw
Data.X509.CRL Data.X509.CRL
Data.X509.OID Data.X509.OID
Data.X509.Signed Data.X509.Signed
ghc-options: -Wall ghc-options: -Wall
Test-Suite test-x509 Test-Suite test-x509
Default-Language: Haskell2010 Default-Language: Haskell2010
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
hs-source-dirs: Tests hs-source-dirs: Tests
Main-is: Tests.hs Main-is: Tests.hs
Build-Depends: base >= 3 && < 5 Build-Depends: base >= 3 && < 5
, bytestring , bytestring
, mtl , mtl
, tasty , tasty
, tasty-quickcheck , tasty-quickcheck
, hourglass , hourglass
, asn1-types , asn1-types
, x509 , x509
, cryptonite , cryptonite
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
source-repository head source-repository head
type: git type: git
location: git://github.com/vincenthz/hs-certificate location: git://github.com/vincenthz/hs-certificate
subdir: x509 subdir: x509

Loading…
Cancel
Save