diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:01:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:53 +0700 |
commit | 557881ec226b04efa517aeff1288eed0521c2955 (patch) | |
tree | 777f38f1521701a7dbdfd1dad8edd7cd51e27536 /haskell/haskell-unicode-transforms/README | |
parent | 61dc9ca2ac2dc841ef0e8f0c2e78f8a36d30eec6 (diff) |
haskell/haskell-unicode-transforms: Added (Unicode normalization).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-unicode-transforms/README')
-rw-r--r-- | haskell/haskell-unicode-transforms/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-unicode-transforms/README b/haskell/haskell-unicode-transforms/README new file mode 100644 index 0000000000000..3fe78ce2acfb8 --- /dev/null +++ b/haskell/haskell-unicode-transforms/README @@ -0,0 +1,4 @@ +Fast Unicode 9.0 normalization in Haskell (NFC, NFKC, NFD, NFKD). + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |