byteslice-0.1.0.0: byteslice.cabal
cabal-version: 2.2
name: byteslice
version: 0.1.0.0
synopsis: Slicing ByteArray and MutableByteArray
-- description:
homepage: https://github.com/andrewthad/byteslice
bug-reports: https://github.com/andrewthad/byteslice/issues
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2019 Andrew Martin
category: Data
extra-source-files: CHANGELOG.md
library
exposed-modules: Data.Bytes.Types
build-depends:
, base >=4.11.1.0 && <5
, primitive >=0.6.4 && <0.7
hs-source-dirs: src
default-language: Haskell2010