ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
This commit is contained in:
parent
2a6f68f4bf
commit
e4c7894d01
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE OverloadedStrings, FlexibleContexts #-}
|
||||
|
||||
{- |
|
||||
Module : Text.Pandoc.Writers.ICML
|
||||
|
|
Loading…
Add table
Reference in a new issue