[commit: packages/vector] ghc-head: Add README (6f6bec5)
git at git.haskell.org
git at git.haskell.org
Thu Sep 26 11:54:43 CEST 2013
Repository : ssh://git@git.haskell.org/vector
On branch : ghc-head
Link : http://git.haskell.org/packages/vector.git/commitdiff/6f6bec56836b8e02935246b69a7aa76464198b2b
>---------------------------------------------------------------
commit 6f6bec56836b8e02935246b69a7aa76464198b2b
Author: Bryan O'Sullivan <bos at serpentine.com>
Date: Tue Sep 24 14:36:39 2013 -0400
Add README
>---------------------------------------------------------------
6f6bec56836b8e02935246b69a7aa76464198b2b
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..563944a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# The vector package
+
+An efficient implementation of Int-indexed arrays (both mutable and
+immutable), with a powerful loop optimisation framework.
More information about the ghc-commits
mailing list