diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:43:56 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:43:56 -0400 |
commit | b6aebc4e43e39e5b519b7d5a64ba8ec4ed2355bb (patch) | |
tree | 2ff2b9df92ec2ee7c4584fc98f64048483b494a6 /haskell/haskell-vector/slack-desc | |
parent | 08c302874f051ee4cbc060d0193c06efa5fbe08a (diff) | |
download | slackbuilds-b6aebc4e43e39e5b519b7d5a64ba8ec4ed2355bb.tar.gz |
haskell/haskell-vector: Added (Efficient Arrays)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-vector/slack-desc')
-rw-r--r-- | haskell/haskell-vector/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-vector/slack-desc b/haskell/haskell-vector/slack-desc new file mode 100644 index 0000000000..d0335ebfde --- /dev/null +++ b/haskell/haskell-vector/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +haskell-vector: haskell-vector (Efficient Arrays) +haskell-vector: +haskell-vector: An efficient implementation of Int-indexed arrays (both mutable and +haskell-vector: immutable), with a powerful loop optimisation framework. +haskell-vector: +haskell-vector: +haskell-vector: +haskell-vector: +haskell-vector: +haskell-vector: +haskell-vector: |