cabal-version: 2.2 name: primitive-slice version: 0.1.0.0 synopsis: Slices of primitive arrays description: The `vector` library provides types for slicing into many types of arrays. However, it does not include slices of `SmallArray` or `UnliftedArray`. This library provides types for working with such slices. homepage: https://github.com/haskell-primitive/primitive-slice bug-reports: https://github.com/haskell-primitive/primitive-slice/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.Primitive.Slice build-depends: , base >=4.12.0.0 && <5 , primitive >=0.7 && <0.8 , primitive-unlifted >=0.1 && <0.2 hs-source-dirs: src ghc-options: -O2 -Wall default-language: Haskell2010