summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/UTF8.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-04 14:12:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-04 14:12:13 -0700
commit2d6e0b1530e61fa2d6a22d8b61042734b20f0af5 (patch)
treea56598e630888689e05b34a4521473711d2a0060 /src/Text/Pandoc/UTF8.hs
parent5050cff37cbe2dffd7f7f09db11da40d7c1e48d0 (diff)
Remove CPP from default-extensions; add pragmas to modules as needed.
Diffstat (limited to 'src/Text/Pandoc/UTF8.hs')
-rw-r--r--src/Text/Pandoc/UTF8.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs
index 9fa743cd9..229442543 100644
--- a/src/Text/Pandoc/UTF8.hs
+++ b/src/Text/Pandoc/UTF8.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
{-
Copyright (C) 2010 John MacFarlane <jgm@berkeley.edu>