haskell/haskell-lcs: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
79cfcb05a6
commit
5ee1063b67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue