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
c80c9ac9da
commit
5ea3856bb0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue