aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/TWiki.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/TWiki.hs
parent5a79948e0c689ffbcb91355a5575bc46464fa8d2 (diff)
downloadpandoc-2d414321df446f3f918c85848d6958bd46800c5b.tar.gz
Removed unused extensions (#4506)
Diffstat (limited to 'src/Text/Pandoc/Readers/TWiki.hs')
-rw-r--r--src/Text/Pandoc/Readers/TWiki.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Text/Pandoc/Readers/TWiki.hs b/src/Text/Pandoc/Readers/TWiki.hs
index fba7e133e..1f230ae7e 100644
--- a/src/Text/Pandoc/Readers/TWiki.hs
+++ b/src/Text/Pandoc/Readers/TWiki.hs
@@ -1,8 +1,7 @@
{-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE FlexibleContexts #-}
-{-# LANGUAGE FlexibleInstances #-}
-{-# LANGUAGE RelaxedPolyRec #-}
-{-# LANGUAGE TypeSynonymInstances #-}
+{-# LANGUAGE FlexibleContexts #-}
+{-# LANGUAGE RelaxedPolyRec #-}
+
-- RelaxedPolyRec needed for inlinesBetween on GHC < 7
{-
Copyright (C) 2014 Alexander Sulfrian <alexander.sulfrian@fu-berlin.de>