mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 18:05:48 +00:00
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user