aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-01-05 14:42:45 +1100
committerMark Wright <gienah@gentoo.org>2015-01-05 14:42:45 +1100
commite4c7894d013d403e877df080a6e61b47bd51b7e5 (patch)
treea5346880b1d0c84f911b39fd58f9dca971965d21 /src
parent2a6f68f4bffa53f42b1032f2882da7a6e0d0b963 (diff)
downloadpandoc-e4c7894d013d403e877df080a6e61b47bd51b7e5.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')
-rw-r--r--src/Text/Pandoc/Writers/ICML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/ICML.hs b/src/Text/Pandoc/Writers/ICML.hs
index 181c63df7..75afa43e5 100644
--- a/src/Text/Pandoc/Writers/ICML.hs
+++ b/src/Text/Pandoc/Writers/ICML.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE OverloadedStrings, FlexibleContexts #-}
{- |
Module : Text.Pandoc.Writers.ICML