From 47a693cc7213a3ff8f291b2a8c025adb91e59bf5 Mon Sep 17 00:00:00 2001
From: Roman Leshchinskiy <rl@cse.unsw.edu.au>
Date: Sat, 12 Jul 2008 14:01:06 +0000
Subject: [PATCH] Add package information

---
 vector.cabal | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/vector.cabal b/vector.cabal
index e7c715c..49f760f 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
-- 
GitLab