byteset-0.1.1.0: byteset.cabal
name: byteset
version: 0.1.1.0
synopsis: Set of bytes.
description: Data structure for sets of bytes, where bytes are @Word8@ values.
license: BSD3
license-file: LICENSE
author: Daniel Díaz
maintainer: dhelta.diaz@gmail.com
category: Data
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.ByteSet
build-depends: base == 4.*
, binary
default-language: Haskell2010
ghc-options: -Wall