diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-08 22:47:14 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:41 +0100 |
commit | f328cfe6a71a7a0e1a316a2fe9bf32440708140e (patch) | |
tree | 9183b7d7b1d1987db0a030d7b615098e65101c8d /src/Text/Pandoc | |
parent | bc61c6a632ea8d3e39399074c6e447a9a17b0c94 (diff) | |
download | pandoc-f328cfe6a71a7a0e1a316a2fe9bf32440708140e.tar.gz |
Removed unneeded pragmas.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Class.hs | 3 |
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> |