diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 15:53:57 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 15:53:57 -0400 |
commit | d7baa274540be47173cdf5e57ee3a400e8919850 (patch) | |
tree | a4c53ce53d28d677afab7a9a6c3674a775d7c9c0 /haskell/haskell-Diff/README | |
parent | 48f614f4afe063cbbd4914d35121e760bc81f607 (diff) |
haskell/haskell-Diff: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 9ff285a85bde2..511f88d437309 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 |