diff options
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 b00214737e76..7ba5f91bf44e 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 |