aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2020-07-07 13:23:14 +0300
committerNikolay Yakimov <root@livid.pp.ru>2020-07-07 13:23:14 +0300
commit5a1e1db5266f61300601c9511b053a55360d67fb (patch)
treeab4944a52f495d27279911f37dbaa69e81cb7b65 /src
parent1ae4d76d42eb63ab71b7bd27301501f9cf683cf4 (diff)
downloadpandoc-5a1e1db5266f61300601c9511b053a55360d67fb.tar.gz
[Docx Reader] Remove unused LANGUAGE from Readers.Docx.Combine
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Readers/Docx/Combine.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/Docx/Combine.hs b/src/Text/Pandoc/Readers/Docx/Combine.hs
index 22541097c..f4748baa9 100644
--- a/src/Text/Pandoc/Readers/Docx/Combine.hs
+++ b/src/Text/Pandoc/Readers/Docx/Combine.hs
@@ -1,5 +1,3 @@
-{-# LANGUAGE FlexibleInstances #-}
-{-# LANGUAGE PatternGuards #-}
{-# LANGUAGE OverloadedStrings #-}
{- |
Module : Text.Pandoc.Readers.Docx.Combine