summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-08 22:47:14 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:41 +0100
commitf328cfe6a71a7a0e1a316a2fe9bf32440708140e (patch)
tree9183b7d7b1d1987db0a030d7b615098e65101c8d
parentbc61c6a632ea8d3e39399074c6e447a9a17b0c94 (diff)
Removed unneeded pragmas.
-rw-r--r--src/Text/Pandoc/Class.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs
index b1e05f42a..7f86e27b1 100644
--- a/src/Text/Pandoc/Class.hs
+++ b/src/Text/Pandoc/Class.hs
@@ -1,6 +1,5 @@
{-# LANGUAGE DeriveFunctor, DeriveDataTypeable, TypeSynonymInstances,
-FlexibleInstances, GeneralizedNewtypeDeriving, FlexibleContexts,
-MultiParamTypeClasses, UndecidableInstances #-}
+FlexibleInstances, GeneralizedNewtypeDeriving, FlexibleContexts #-}
{-
Copyright (C) 2016 Jesse Rosenthal <jrosenthal@jhu.edu>