-- Initial sdnv.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: sdnv version: 0.1.1 synopsis: Self-delimiting numeric values encoding library description: Self-delimiting numeric values decoding/encoding implementation conformant with RFC6256. license: BSD2 license-file: LICENSE author: Lana Black maintainer: Lana Black copyright: Lana Black category: Numeric build-type: Simple cabal-version: >=1.10 library exposed-modules: Numeric.SDNV build-depends: base >=4 && <5, binary >= 0.7.0.0, bytestring >= 0.10.0.0 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/greydot/sdnv.git