diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-04-17 11:47:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-04-17 16:15:14 -0700 |
commit | a478a5c4c8753fd0bf272cd540ca197ae146a196 (patch) | |
tree | 67253ef6bec9884295d4fc4c670bd5ef157f723b /src/Text/Pandoc/Writers/LaTeX | |
parent | 7a7fefce5ef395f1c88db8b984618a4bd3c7d916 (diff) | |
download | pandoc-a478a5c4c8753fd0bf272cd540ca197ae146a196.tar.gz |
Update to released unicode-collation, latest citeproc dev version.
Update citeproc test.
Diffstat (limited to 'src/Text/Pandoc/Writers/LaTeX')
-rw-r--r-- | src/Text/Pandoc/Writers/LaTeX/Lang.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/LaTeX/Lang.hs b/src/Text/Pandoc/Writers/LaTeX/Lang.hs index 437b84120..0ba68b74e 100644 --- a/src/Text/Pandoc/Writers/LaTeX/Lang.hs +++ b/src/Text/Pandoc/Writers/LaTeX/Lang.hs @@ -15,7 +15,7 @@ module Text.Pandoc.Writers.LaTeX.Lang toBabel ) where import Data.Text (Text) -import UnicodeCollation.Lang (Lang(..)) +import Text.Collate.Lang (Lang(..)) -- In environments \Arabic instead of \arabic is used |