diff options
Diffstat (limited to 'haskell')
-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 c278761007..e0bdae5902 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 |