aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocBook.hs
diff options
context:
space:
mode:
authorAnabra <peter.d.podlovics@gmail.com>2018-03-29 19:47:12 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-29 10:47:12 -0700
commit2d414321df446f3f918c85848d6958bd46800c5b (patch)
tree81c9780b84060e09b2f6e4aaa162220c8012a14b /src/Text/Pandoc/Readers/DocBook.hs
parent5a79948e0c689ffbcb91355a5575bc46464fa8d2 (diff)
downloadpandoc-2d414321df446f3f918c85848d6958bd46800c5b.tar.gz
Removed unused extensions (#4506)
Diffstat (limited to 'src/Text/Pandoc/Readers/DocBook.hs')
-rw-r--r--src/Text/Pandoc/Readers/DocBook.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs
index 7789e3867..6bc4584c2 100644
--- a/src/Text/Pandoc/Readers/DocBook.hs
+++ b/src/Text/Pandoc/Readers/DocBook.hs
@@ -1,5 +1,4 @@
{-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE ExplicitForAll #-}
module Text.Pandoc.Readers.DocBook ( readDocBook ) where
import Prelude
import Control.Monad.State.Strict