diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-14 17:33:56 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-14 17:33:56 -0700 |
commit | 9ecb9b5def145db41f954be4b6ee1ce2c23bbf6c (patch) | |
tree | 1f16bc01a70d47fda7423f3994a1a73ffbdf845f /src/Text/Pandoc/Pretty.hs | |
parent | d339b29967878f64d5fe45d03d214476e9d88f7e (diff) | |
download | pandoc-9ecb9b5def145db41f954be4b6ee1ce2c23bbf6c.tar.gz |
DocBook reader improvements.
Diffstat (limited to 'src/Text/Pandoc/Pretty.hs')
-rw-r--r-- | src/Text/Pandoc/Pretty.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Pretty.hs b/src/Text/Pandoc/Pretty.hs index 3cabcb75b..bf78b2594 100644 --- a/src/Text/Pandoc/Pretty.hs +++ b/src/Text/Pandoc/Pretty.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE GeneralizedNewtypeDeriving, DatatypeContexts #-} +{-# LANGUAGE GeneralizedNewtypeDeriving #-} {- Copyright (C) 2010 John MacFarlane <jgm@berkeley.edu> |