diff options
Diffstat (limited to 'src/GF/Text/Arabic.hs')
| -rw-r--r-- | src/GF/Text/Arabic.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Text/Arabic.hs b/src/GF/Text/Arabic.hs index 5399613ed..2e245c217 100644 --- a/src/GF/Text/Arabic.hs +++ b/src/GF/Text/Arabic.hs @@ -12,7 +12,7 @@ -- (Description of the module) ----------------------------------------------------------------------------- -module Arabic where +module Arabic (mkArabic) where mkArabic :: String -> String mkArabic = unwords . (map mkArabicWord) . words |
