cabal-version: >=1.8 name: base16-bytestring version: 0.1.1.6 synopsis: Fast base16 (hex) encoding and decoding for ByteStrings description: This package provides support for encoding and decoding binary data according to @base16@ (see also ) for strict (see "Data.ByteString.Base16") and lazy @ByteString@s (see "Data.ByteString.Base16.Lazy"). . See also the package which provides an uniform API providing conversion paths between more binary and textual types. homepage: http://github.com/haskell/base16-bytestring bug-reports: http://github.com/haskell/base16-bytestring/issues license: BSD3 license-file: LICENSE copyright: Copyright 2011 MailRank, Inc.; Copyright 2010 Bryan O'Sullivan author: Bryan O'Sullivan maintainer: Herbert Valerio Riedel , Mikhail Glushenkov category: Data build-type: Simple extra-source-files: README.markdown tested-with: GHC==8.4.3, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4 library exposed-modules: Data.ByteString.Base16 Data.ByteString.Base16.Lazy build-depends: base == 4.*, bytestring >= 0.9, ghc-prim ghc-options: -Wall -funbox-strict-fields source-repository head type: git location: http://github.com/bos/base16-bytestring source-repository head type: mercurial location: http://bitbucket.org/bos/base16-bytestring test-suite test type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: Tests.hs build-depends: base , base16-bytestring , bytestring