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-types version: 0.4.0 synopsis: ASN.1 types description: A library providing types representing the Abstract Syntax Notation One (ASN.1) standard. category: Data stability: experimental homepage: http://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 library exposed-modules: Data.ASN1.BitArray Data.ASN1.OID Data.ASN1.Pretty Data.ASN1.Types Data.ASN1.Types.Lowlevel Data.ASN1.Types.String Data.ASN1.Stream hs-source-dirs: src other-extensions: CPP ghc-options: -Wall build-depends: base >=3 && <5 , base16 , bytestring , time-hourglass <0.4 default-language: Haskell98