bounded-array-0.1.0.0: bounded-array.cabal
name: bounded-array
version: 0.1.0.0
synopsis: Arrays with a value for every index
description: Arrays with a value for every index.
license: BSD3
license-file: LICENSE
author: Brian McKenna
maintainer: brian@brianmckenna.org
category: Data
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Array.Bounded
other-extensions: DeriveTraversable
, GeneralizedNewtypeDeriving
build-depends: base >=4.9 && <4.12
, array >=0.5 && <0.6
default-language: Haskell2010