diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-01 14:19:43 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-01 14:19:43 +0200 |
commit | b1a9b567aac2b725669dacbc0fe524d0724dec35 (patch) | |
tree | d01130a68d7ef75a23ad16268f119f836e6c82c1 | |
parent | c2eb7d085743b8a78d4580d5a07baa899fa9b64e (diff) | |
download | pandoc-b1a9b567aac2b725669dacbc0fe524d0724dec35.tar.gz |
Trivial reformatting.
-rw-r--r-- | src/Text/Pandoc/Class.hs | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs index 8b2adc507..f47efb2aa 100644 --- a/src/Text/Pandoc/Class.hs +++ b/src/Text/Pandoc/Class.hs @@ -1,6 +1,10 @@ -{-# LANGUAGE DeriveFunctor, DeriveDataTypeable, TypeSynonymInstances, -FlexibleInstances, GeneralizedNewtypeDeriving, FlexibleContexts, -StandaloneDeriving #-} +{-# LANGUAGE DeriveFunctor #-} +{-# LANGUAGE DeriveDataTypeable #-} +{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE FlexibleInstances #-} +{-# LANGUAGE GeneralizedNewtypeDeriving #-} +{-# LANGUAGE FlexibleContexts #-} +{-# LANGUAGE StandaloneDeriving #-} {- Copyright (C) 2016 Jesse Rosenthal <jrosenthal@jhu.edu> |