name: monadic-arrays
category: Data Structures
version: 0.2.2
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/monadic-arrays/
bug-reports: http://github.com/ekmett/monadic-arrays/issues
copyright: Copyright (C) 2011-2012 Edward A. Kmett
synopsis: Boxed and unboxed arrays for monad transformers
description: Boxed and unboxed arrays for monad transformers
build-type: Simple
extra-source-files: .travis.yml
source-repository head
type: git
location: git://github.com/ekmett/monadic-arrays.git
library
build-depends:
base >= 4 && < 5,
array >= 0.3.0.2 && < 0.6,
transformers >= 0.2.0 && < 0.6,
transformers-compat >= 0.3 && < 1,
stm >= 2.1.2.1 && < 2.6
exposed-modules:
Control.Monad.Array.Class
Data.Array.MArray.Extras
ghc-options: -Wall
-- hack around the buggy unused matches check for class associated types in ghc 8 rc1
if impl(ghc >= 8)
ghc-options: -fno-warn-unused-matches