summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-utf8-string/README
diff options
context:
space:
mode:
author Robby Workman2011-03-16 07:20:14 +0100
committer Robby Workman2011-03-20 18:32:23 +0100
commit6a511b1c665a1f7efecadaa3447af889b1dcba58 (patch)
tree2266375d0edd4ec28f98767b54af3fbd8edebea2 /haskell/haskell-utf8-string/README
parentf228ec7eefcb4ab77057015a1b13c85973cb68ee (diff)
downloadslackbuilds-6a511b1c665a1f7efecadaa3447af889b1dcba58.tar.gz
haskell/*: Moved all of the Haskell stuff to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-utf8-string/README')
-rw-r--r--haskell/haskell-utf8-string/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-utf8-string/README b/haskell/haskell-utf8-string/README
new file mode 100644
index 0000000000..b138b17ef6
--- /dev/null
+++ b/haskell/haskell-utf8-string/README
@@ -0,0 +1,5 @@
+A UTF8 layer for IO and Strings. The utf8-string package provides
+operations for encoding UTF8 strings to Word8 lists and back, and
+for reading and writing UTF8 without truncation.
+
+This requires ghc.