pandoc/Text
fiddlosopher 000b89c718 Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
+ Removed joinWithSep definition from Text.Pandoc.Shared.
+ Replaced joinWithSep with intercalate
+ Depend on base >= 3, since in base < 3 intercalate is not included.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1428 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-09-08 06:36:28 +00:00
..
Pandoc Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
Pandoc.hs Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8. 2008-07-31 23:16:31 +00:00