name: array version: 0.5.0.0 -- GHC 7.6.1 released with 0.4.0.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=array synopsis: Mutable and immutable arrays category: Data Structures build-type: Simple cabal-version: >=1.10 tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1 description: In addition to providing the "Data.Array" module , this package also defines the classes 'IArray' of immutable arrays and 'MArray' of arrays mutable within appropriate monads, as well as some instances of these classes. extra-source-files: changelog source-repository head type: git location: http://git.haskell.org/packages/array.git source-repository this type: git location: http://git.haskell.org/packages/array.git tag: array-0.5.0.0-release library default-language: Haskell2010 other-extensions: BangPatterns, CPP, DeriveDataTypeable, FlexibleContexts, FlexibleInstances, MagicHash, MultiParamTypeClasses, RankNTypes, Trustworthy, UnboxedTuples, UnliftedFFITypes build-depends: base >= 4.5 && < 4.8 ghc-options: -Wall exposed-modules: Data.Array Data.Array.Base Data.Array.IArray Data.Array.IO Data.Array.IO.Safe Data.Array.IO.Internals Data.Array.MArray Data.Array.MArray.Safe Data.Array.ST Data.Array.ST.Safe Data.Array.Storable Data.Array.Storable.Safe Data.Array.Storable.Internals Data.Array.Unboxed Data.Array.Unsafe