diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:39:11 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:39:11 -0500 |
commit | 7caa5d6f67bc7c368bd3cfa6219de7891d23d3c2 (patch) | |
tree | 1cd5143800e9a9f592aafe0706091fee81adc80e /haskell/haskell-vector | |
parent | ae36a661368b561cd433222f3c07210398ad42d1 (diff) | |
download | slackbuilds-7caa5d6f67bc7c368bd3cfa6219de7891d23d3c2.tar.gz |
haskell/haskell-vector: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-vector')
-rw-r--r-- | haskell/haskell-vector/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haskell/haskell-vector/README b/haskell/haskell-vector/README index b00214737e..7ba5f91bf4 100644 --- a/haskell/haskell-vector/README +++ b/haskell/haskell-vector/README @@ -1,7 +1,5 @@ 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 |