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/README | |
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/README')
-rw-r--r-- | haskell/haskell-vector/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-vector/README b/haskell/haskell-vector/README new file mode 100644 index 0000000000..b00214737e --- /dev/null +++ b/haskell/haskell-vector/README @@ -0,0 +1,7 @@ +An efficient implementation of Int-indexed arrays (both mutable and +immutable), with a powerful loop optimisation framework. + +This requires ghc, and haskell-primitive. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |