prim-ref-0.1: prim-ref.cabal
name: prim-ref
version: 0.1
synopsis: Primitive byte array with type variable
homepage: https://github.com/andrewthad/prim-array#readme
license: BSD3
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2018 Andrew Martin
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Data.Primitive.PrimRef
build-depends:
base >= 4.5 && < 5
, primitive >= 0.6 && < 0.7
, ghc-prim >= 0.3 && < 0.6
, semigroups
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/andrewthad/prim-array