diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:11:32 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:11:32 -0400 |
commit | 7182a541b33d4d663f142261ac3018a6724fdda2 (patch) | |
tree | 0e13ace037e9e58dedfcc1e11460392eed9235df /haskell/haskell-utf8-string/README | |
parent | 38b0ffc5250115358ccf8676894a4fbdea862826 (diff) | |
download | slackbuilds-7182a541b33d4d663f142261ac3018a6724fdda2.tar.gz |
haskell/haskell-utf8-string: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-utf8-string/README')
-rw-r--r-- | haskell/haskell-utf8-string/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell/haskell-utf8-string/README b/haskell/haskell-utf8-string/README index b138b17ef6..1f6d98e2ff 100644 --- a/haskell/haskell-utf8-string/README +++ b/haskell/haskell-utf8-string/README @@ -3,3 +3,6 @@ operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation. This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |