cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack name: crypton-asn1-encoding version: 0.9.6 synopsis: ASN1 data reader and writer in RAW, BER and DER forms description: ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, and DER). category: Data stability: experimental homepage: https://github.com/mpilgrem/crypton-asn1 bug-reports: https://github.com/mpilgrem/crypton-asn1/issues author: Vincent Hanquez maintainer: Mike Pilgrem , Kazu Yamamoto copyright: Vincent Hanquez license: BSD3 license-file: LICENSE build-type: Simple extra-doc-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/mpilgrem/crypton-asn1 subdir: encoding library exposed-modules: Data.ASN1.Error Data.ASN1.BinaryEncoding Data.ASN1.BinaryEncoding.Raw Data.ASN1.Encoding Data.ASN1.Stream Data.ASN1.Object Data.ASN1.Prim other-modules: Data.ASN1.BinaryEncoding.Parse Data.ASN1.BinaryEncoding.Writer Data.ASN1.Internal Data.ASN1.Serialize Data.ASN1.Get ghc-options: -Wall -fwarn-tabs build-depends: base >=3 && <5 , bytestring , crypton-asn1-types >=0.3.0 && <0.4 , hourglass >=0.2.6 default-language: Haskell2010 test-suite tests-asn1-encoding type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: Data.ASN1.BinaryEncoding Data.ASN1.BinaryEncoding.Parse Data.ASN1.BinaryEncoding.Raw Data.ASN1.BinaryEncoding.Writer Data.ASN1.Encoding Data.ASN1.Error Data.ASN1.Get Data.ASN1.Internal Data.ASN1.Object Data.ASN1.Prim Data.ASN1.Serialize Data.ASN1.Stream hs-source-dirs: tests ./ ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures build-depends: base >=3 && <7 , bytestring , crypton-asn1-encoding , crypton-asn1-types , hourglass , mtl , tasty , tasty-quickcheck default-language: Haskell2010