name: bytestring-class
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Classes for automatic conversion to and from strict and lazy bytestrings.
description: In theory, this allows the design of more data-agnostic
APIs.
category: Data
stability: stable
cabal-version: >= 1.2
build-type: Simple
library
build-depends: base, bytestring, utf8-string
exposed-modules: Data.ByteString.Class
ghc-options: -Wall