asn-0.1.0.0: asn.cabal
name: asn
version: 0.1.0.0
synopsis: asn type and encoding/decoding
description: asn type and encoding/decoding api
homepage: https://github.com/chessai/asn.git
license: BSD3
license-file: LICENSE
author: Andrew Martin
maintainer: chessai <chessai1996@gmail.com>
copyright: Copyright (C) 2018 Layer 3 Communications, Andrew Martin
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Asn
build-depends:
base >=4.7 && < 5.0
, aeson
, hashable
, primitive
, scientific
, text
default-language: Haskell2010