           SPELL=haskell-byteable
         VERSION=0.1.1
          SOURCE="byteable-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:f2e6225390be9f35ee6a4ce981aaa8c2683f1627a8401386b1abb7fff5fe1474ae0fa07e71a0c83694d7a18ca793943fe36b844d868c3e9c3387ce1a7b2bf54c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/byteable-${VERSION}"
        WEB_SITE="http://github.com/vincenthz/hs-byteable"
      LICENSE[0]=BSD3
         ENTERED=20130709
           SHORT="Type class for sequence of bytes"
cat << EOF
Abstract class to manipulate sequence of bytes

The use case of this class is abstracting manipulation of types that are
just wrapping a bytestring with stronger and more meaniful name.

Usual definition of those types are of the form: newtype MyType = MyType
ByteString
EOF
