diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-16 13:05:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-16 13:05:29 -0700 |
commit | 87538966a029358d42bc71ab0cd4c1ed9e125520 (patch) | |
tree | 51ceefeb2caa32b4e6541e653952d0fe0e033554 /src/Text | |
parent | 2770f88d53c1b4699621e39a4fa254c0cd13f19b (diff) | |
download | pandoc-87538966a029358d42bc71ab0cd4c1ed9e125520.tar.gz |
Removed unused LANGUAGE pragmas.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Writers/LaTeX/Caption.hs | 1 | ||||
-rw-r--r-- | src/Text/Pandoc/XML/Light/Proc.hs | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/src/Text/Pandoc/XML/Light/Proc.hs b/src/Text/Pandoc/XML/Light/Proc.hs index b53c4b545..a1fb200ff 100644 --- a/src/Text/Pandoc/XML/Light/Proc.hs +++ b/src/Text/Pandoc/XML/Light/Proc.hs @@ -1,5 +1,4 @@ {-# LANGUAGE FlexibleInstances #-} -{-# LANGUAGE OverloadedStrings #-} {- | Module : Text.Pandoc.XML.Light.Proc Copyright : Copyright (C) 2007 Galois, Inc., 2021 John MacFarlane |