diff options
Diffstat (limited to 'haskell/haskell-lcs/README')
-rw-r--r-- | haskell/haskell-lcs/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-lcs/README b/haskell/haskell-lcs/README new file mode 100644 index 0000000000..c278761007 --- /dev/null +++ b/haskell/haskell-lcs/README @@ -0,0 +1,7 @@ +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 |