aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-14 17:33:56 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-04-14 17:33:56 -0700
commit9ecb9b5def145db41f954be4b6ee1ce2c23bbf6c (patch)
tree1f16bc01a70d47fda7423f3994a1a73ffbdf845f /src/Text/Pandoc/Pretty.hs
parentd339b29967878f64d5fe45d03d214476e9d88f7e (diff)
downloadpandoc-9ecb9b5def145db41f954be4b6ee1ce2c23bbf6c.tar.gz
DocBook reader improvements.
Diffstat (limited to 'src/Text/Pandoc/Pretty.hs')
-rw-r--r--src/Text/Pandoc/Pretty.hs2
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>