summaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-01-05 14:46:57 +1100
committerMark Wright <gienah@gentoo.org>2015-01-05 14:46:57 +1100
commit5ea3856bb05de01620909a6301e9752cdfcfd443 (patch)
tree51ebbde601b62d7c21ba17f60124c7386251306c /src/Text
parentc80c9ac9dab01ea3e886b58dd500b3d2b83ff4fd (diff)
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Writers/OpenDocument.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/OpenDocument.hs b/src/Text/Pandoc/Writers/OpenDocument.hs
index 773d142f4..901f827fb 100644
--- a/src/Text/Pandoc/Writers/OpenDocument.hs
+++ b/src/Text/Pandoc/Writers/OpenDocument.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PatternGuards, OverloadedStrings #-}
+{-# LANGUAGE PatternGuards, OverloadedStrings, FlexibleContexts #-}
{-
Copyright (C) 2008-2014 Andrea Rossato <andrea.rossato@ing.unitn.it>
and John MacFarlane.