Skip to content
Snippets Groups Projects
Commit 82abd749 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Tweak Cabal description field and update bug-reports url


This also realigns the top-level Cabal fields.

Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
parent f2de2ec7
No related branches found
No related tags found
No related merge requests found
name: array
version: 0.5.0.0
name: array
version: 0.5.0.0
-- GHC 7.6.1 released with 0.4.0.1
license: BSD3
license-file: LICENSE
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29
synopsis: Mutable and immutable arrays
category: Data Structures
description:
This package defines the classes @IArray@ of immutable arrays and
@MArray@ of arrays mutable within appropriate monads, as well as
some instances of these classes.
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
build-type: Simple
tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1
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
<http://www.haskell.org/onlinereport/haskell2010/haskellch14.html as specified in the Haskell 2010 Language Report>,
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment