diff --git a/array.cabal b/array.cabal
index e037dc6557c4fe9c897d5c0056cf89e7e342ca28..68e826e412fd657817d4782f3de4ccd6072e901f 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