aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-01-05 14:42:26 +1100
committerMark Wright <gienah@gentoo.org>2015-01-05 14:42:26 +1100
commit2a6f68f4bffa53f42b1032f2882da7a6e0d0b963 (patch)
tree0e02a4cecc9d3c40abfdc6f1d5dcc07b653fb61b /src/Text
parent4e3281c550727bfb30d4e23730433aedc2be3799 (diff)
downloadpandoc-2a6f68f4bffa53f42b1032f2882da7a6e0d0b963.tar.gz
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/EPUB.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs
index 32da3a2d3..212206ac6 100644
--- a/src/Text/Pandoc/Writers/EPUB.hs
+++ b/src/Text/Pandoc/Writers/EPUB.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PatternGuards, CPP, ScopedTypeVariables, ViewPatterns #-}
+{-# LANGUAGE PatternGuards, CPP, ScopedTypeVariables, ViewPatterns, FlexibleContexts #-}
{-
Copyright (C) 2010-2014 John MacFarlane <jgm@berkeley.edu>