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