diff --git a/vector.cabal b/vector.cabal
index e7c715c1608e16514e55d1ab426f98c157d36f3c..49f760f2c428f05fe3f4ae2ee2cbfce2ab134648 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -4,8 +4,17 @@ License:        BSD3
 License-File:   LICENSE
 Author:         Roman Leshchinskiy
 Maintainer:     Roman Leshchinskiy <rl@cse.unsw.edu.au>
+Copyright:      (c) Roman Leshchinskiy 2008
+Homepage:       http://darcs.haskell.org/vector
 Category:       Data Structures
 Synopsis:       Efficient Arrays
+Description:
+        .
+        An efficient implementation of Int-indexed arrays with a powerful
+        loop fusion framework.
+        .
+        This code is highly experimental and for the most part untested. Use
+        at your own risk!
 
 Cabal-Version:  >= 1.2
 Build-Type:     Simple