diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:36:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:59 +0700 |
commit | 1c086df5e6701eddb56ed105027763c5f6918639 (patch) | |
tree | 85ef9dd38642e550667109727069c710d9dd3f44 /haskell/haskell-text-icu/README | |
parent | de4542a37e9591d85cbf8f81d3e30b3e95af0fd4 (diff) | |
download | slackbuilds-1c086df5e6701eddb56ed105027763c5f6918639.tar.gz |
haskell/haskell-text-icu: Added (bindings to the icu library).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-text-icu/README')
-rw-r--r-- | haskell/haskell-text-icu/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-text-icu/README b/haskell/haskell-text-icu/README new file mode 100644 index 0000000000..2a449a2543 --- /dev/null +++ b/haskell/haskell-text-icu/README @@ -0,0 +1,6 @@ +Haskell bindings to the International Components for Unicode (ICU) +libraries. These libraries provide robust and full-featured Unicode +services on a wide variety of platforms. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |