aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/LaTeX
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-16 13:05:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-16 13:05:29 -0700
commit87538966a029358d42bc71ab0cd4c1ed9e125520 (patch)
tree51ceefeb2caa32b4e6541e653952d0fe0e033554 /src/Text/Pandoc/Writers/LaTeX
parent2770f88d53c1b4699621e39a4fa254c0cd13f19b (diff)
downloadpandoc-87538966a029358d42bc71ab0cd4c1ed9e125520.tar.gz
Removed unused LANGUAGE pragmas.
Diffstat (limited to 'src/Text/Pandoc/Writers/LaTeX')
-rw-r--r--src/Text/Pandoc/Writers/LaTeX/Caption.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/LaTeX/Caption.hs b/src/Text/Pandoc/Writers/LaTeX/Caption.hs
index 7b9ce186f..ab4d365cc 100644
--- a/src/Text/Pandoc/Writers/LaTeX/Caption.hs
+++ b/src/Text/Pandoc/Writers/LaTeX/Caption.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE OverloadedStrings #-}
{- |
Module : Text.Pandoc.Writers.LaTeX.Caption
Copyright : Copyright (C) 2006-2021 John MacFarlane