From 82abd749a34df42f50041ddb12cd8b513e0ec713 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Fri, 8 Nov 2013 22:03:24 +0100 Subject: [PATCH] Tweak Cabal description field and update bug-reports url This also realigns the top-level Cabal fields. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> --- array.cabal | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/array.cabal b/array.cabal index e037dc65..68e826e4 100644 --- a/array.cabal +++ b/array.cabal @@ -1,19 +1,21 @@ -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 -- GitLab