aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-11 21:28:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-17 16:15:13 -0700
commit7ba8c0d2a5e2b89ae1547759510b2ee21de88cb1 (patch)
tree74aeb0241d8a8b7716afe5154fc157eab024c566 /src/Text/Pandoc/Shared.hs
parentff5a5048091b765ed15750ccb5ea30f9459ba33a (diff)
downloadpandoc-7ba8c0d2a5e2b89ae1547759510b2ee21de88cb1.tar.gz
Move getLang from BCP47 -> T.P.Writers.Shared.
[API change]
Diffstat (limited to 'src/Text/Pandoc/Shared.hs')
-rw-r--r--src/Text/Pandoc/Shared.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs
index 95cbdc8b8..e389c1727 100644
--- a/src/Text/Pandoc/Shared.hs
+++ b/src/Text/Pandoc/Shared.hs
@@ -852,7 +852,6 @@ filteredFilesFromArchive zf f =
fileAndBinary :: Archive -> FilePath -> Maybe (FilePath, BL.ByteString)
fileAndBinary a fp = findEntryByPath fp a >>= \e -> Just (fp, fromEntry e)
-
--
-- IANA URIs
--