diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:27:42 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:27:42 -0500 |
commit | 5ee1063b672c67f898ba1cfa67f17b40a64829e4 (patch) | |
tree | 67f2d683948ce48eff4d50d3250a98df6d784660 | |
parent | 79cfcb05a6ec1505b35034bb9fd523915bc58802 (diff) |
haskell/haskell-lcs: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r-- | haskell/haskell-lcs/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haskell/haskell-lcs/README b/haskell/haskell-lcs/README index c2787610070e..e0bdae5902fd 100644 --- a/haskell/haskell-lcs/README +++ b/haskell/haskell-lcs/README @@ -1,7 +1,5 @@ Provides a function lcs that takes two lists and returns a longest common sublist. For example, lcs abcd acbd is either abd or acd. -This requires ghc. - After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |