name: base64-bytestring version: 0.1.0.2 synopsis: Fast base64 encoding and deconding for ByteStrings description: Fast base64 encoding and deconding for ByteStrings homepage: http://bitbucket.org/bos/base64-bytestring bug-reports: http://bitbucket.org/bos/base64-bytestring/issues license: BSD3 license-file: LICENSE author: Bryan O'Sullivan maintainer: Bryan O'Sullivan copyright: 2010 Bryan O'Sullivan category: Data build-type: Simple extra-source-files: README.markdown extra-source-files: tests/Transcode.hs Cabal-version: >=1.6 library exposed-modules: Data.ByteString.Base64 build-depends: base == 4.*, bytestring == 0.9.* ghc-options: -Wall -funbox-strict-fields ghc-prof-options: -auto-all source-repository head type: mercurial location: http://bitbucket.org/bos/base64-bytestring