summaryrefslogtreecommitdiff
path: root/src/GF/Text/UTF8.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Text/UTF8.hs')
-rw-r--r--src/GF/Text/UTF8.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Text/UTF8.hs b/src/GF/Text/UTF8.hs
index 825bd2802..34116ffd9 100644
--- a/src/GF/Text/UTF8.hs
+++ b/src/GF/Text/UTF8.hs
@@ -12,7 +12,7 @@
-- (Description of the module)
-----------------------------------------------------------------------------
-module UTF8 where
+module UTF8 (decodeUTF8, encodeUTF8) where
-- From the Char module supplied with HBC.
-- code by Thomas Hallgren (Jul 10 1999)