cabal-version: 2.2 name: language-asn version: 0.1.0.0 synopsis: ASN.1 encoding and decoding description: ASN.1 language implementation. ASN.1 is used tightly with SNMP. homepage: https://github.com/chessai/language-asn.git license: BSD-3-Clause license-file: LICENSE author: Andrew Martin maintainer: chessai1996@gmail.com copyright: 2019 (c) Andrew Martin category: Language build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/chessai/language-asn library exposed-modules: Language.Asn.Encoding Language.Asn.Decoding Language.Asn.ObjectIdentifier Language.Asn.Types Language.Asn.Types.Internal build-depends: base >=4.9 && <4.13 , bytestring >= 0.10 && < 0.11 , contravariant >= 1.3 && < 1.6 , vector >= 0.11 && < 0.13 , primitive >= 0.6.4 && < 7 , pretty >= 1.1 && < 1.2 , text >= 1.2 && < 1.3 , hashable >= 1.2 && < 1.3 hs-source-dirs: src default-language: Haskell2010