[commit: packages/array] master: Tweak Cabal description field and update bug-reports url (82abd74)
git at git.haskell.org
git at git.haskell.org
Fri Nov 8 21:14:10 UTC 2013
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/82abd749a34df42f50041ddb12cd8b513e0ec713
>---------------------------------------------------------------
commit 82abd749a34df42f50041ddb12cd8b513e0ec713
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Nov 8 22:03:24 2013 +0100
Tweak Cabal description field and update bug-reports url
This also realigns the top-level Cabal fields.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
82abd749a34df42f50041ddb12cd8b513e0ec713
array.cabal | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/array.cabal b/array.cabal
index e037dc6..68e826e 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 at 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
More information about the ghc-commits
mailing list