summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-vector/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-vector/DETAILS')
-rwxr-xr-xhaskell/haskell-vector/DETAILS14
1 files changed, 14 insertions, 0 deletions
diff --git a/haskell/haskell-vector/DETAILS b/haskell/haskell-vector/DETAILS
new file mode 100755
index 0000000000..cd237de6a4
--- /dev/null
+++ b/haskell/haskell-vector/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-vector
+ VERSION=0.10.0.1
+ SOURCE="vector-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/vector/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:2595bee97295a62471de26748c0b598f40a9c5a75571e645c24a8f2bc4eef1d7a3e29d576e7ba9a9dca0fb071f0c178a5a3757e063219d1cf25d8c484e645754
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/vector-${VERSION}"
+ WEB_SITE="http://code.haskell.org/vector"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="efficient arrays"
+cat << EOF
+An efficient implementation of Int-indexed arrays (both mutable and immutable),
+with a powerful loop optimisation framework.
+EOF