diff options
Diffstat (limited to 'haskell/haskell-Diff/README')
-rw-r--r-- | haskell/haskell-Diff/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell/haskell-Diff/README b/haskell/haskell-Diff/README index 9ff285a85b..511f88d437 100644 --- a/haskell/haskell-Diff/README +++ b/haskell/haskell-Diff/README @@ -1,3 +1,6 @@ Basic implementation of the standard O(ND) diff algorithm. This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |