cabal-version: 2.2
name: primitive-unlifted
version: 0.1.1.0
synopsis: Primitive GHC types with unlifted types inside
homepage: https://github.com/andrewthad/primitive-unlifted
bug-reports: https://github.com/andrewthad/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
library
exposed-modules:
Data.Primitive.Unlifted.Class
Data.Primitive.Unlifted.Array
build-depends:
, base >=4.11.1.0 && <5
, 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