cabal-version: 2.2
name: primitive-unlifted
version: 0.1.2.0
synopsis: Primitive GHC types with unlifted types inside
description:
Primitive GHC types with unlifted types inside. There used
to be a module named `Data.Primitive.UnliftedArray` in the
`primitive` library. However, the techniques it used were
unsound in the presence of certain FFI calls. This library
a successor to that module.
homepage: https://github.com/haskell-primitive/primitive-unlifted
bug-reports: https://github.com/haskell-primitive/primitive-unlifted/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
tested-with: GHC == 8.4.4, GHC == 8.6.5
library
exposed-modules:
Data.Primitive.Unlifted.Class
Data.Primitive.Unlifted.Array
build-depends:
, base >=4.11.1.0 && <4.14
, primitive >= 0.7 && <0.8
hs-source-dirs: src
ghc-options: -Wall -O2
default-language: Haskell2010
test-suite unit
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Unit.hs
build-depends:
, base
, primitive-unlifted
, primitive
, stm
ghc-options: -Wall -O2
default-language: Haskell2010
source-repository head
type:
git
location:
https://github.com/haskell-primitive/primitive-unlifted.git