From f328cfe6a71a7a0e1a316a2fe9bf32440708140e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Dec 2016 22:47:14 +0100 Subject: [PATCH] Removed unneeded pragmas. --- src/Text/Pandoc/Class.hs | 3 +-- 1 file changed, 1 insertion(+), 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