cabal-version: 2.0
name: contiguous-checked
version: 0.3.0.0
description: Please see the README on GitHub
homepage: https://github.com/andrewthad/contiguous-checked
bug-reports: https://github.com/andrewthad/contiguous-checked/issues
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2018 Andrew Martin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files: README.md
source-repository head
type: git
location: https://github.com/andrewthad/contiguous-checked
library
exposed-modules:
Data.Primitive.Contiguous
hs-source-dirs: src
build-depends:
base >=4.9 && <5
, primitive >= 0.6.4
, contiguous >= 0.3 && < 0.4
default-language: Haskell2010