aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-25 21:00:35 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-25 21:00:35 +0200
commitac9423eccc76005f996a10a545594247ac753e02 (patch)
tree63cfcdea8620c3e66b974158c9470f1224fc8263 /pandoc.cabal
parent643cbdf1044623475cb6ade9c35de85148d0dff6 (diff)
downloadpandoc-ac9423eccc76005f996a10a545594247ac753e02.tar.gz
Moved BCP47 specific functions from Writers.Shared to new module.
Text.Pandoc.BCP47 (unexported, internal module). `getLang`, `Lang(..)`, `parseBCP47`.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3b644c7d0..5ae255284 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -463,6 +463,7 @@ Library
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,
Text.Pandoc.UUID,
+ Text.Pandoc.BCP47
Text.Pandoc.Slides,
Text.Pandoc.Compat.Time,
Paths_pandoc