name: compact-mutable
version: 0.1
synopsis: Mutable arrays living on the compact heap
homepage: https://github.com/andrewthad/compact-mutable#readme
license: BSD3
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2017 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.Compact
build-depends:
base >= 4.10 && < 5
, primitive >= 0.6.2 && < 0.7
, prim-array >= 0.2 && < 0.3
, ghc-prim >= 0.5 && < 0.6
, ghc-compact >= 0.1 && < 0.2
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends:
base
, prim-array
, containers
, transformers
, primitive
, compact-mutable
, ghc-compact
, ghc-prim
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/andrewthad/compact-mutable