From: Max Bolingbroke Date: Sun, 20 Mar 2011 14:06:25 +0000 (+0000) Subject: FunctionalDependencies should imply MultiParamTypeClasses X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8a57fce6080eb641198d85cce9333b3ea7271afc;p=ghc-hetmet.git FunctionalDependencies should imply MultiParamTypeClasses --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 494cc44..59ce417 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1679,6 +1679,7 @@ impliedFlags , (Opt_ExistentialQuantification, turnOn, Opt_ExplicitForAll) , (Opt_PolymorphicComponents, turnOn, Opt_ExplicitForAll) , (Opt_FlexibleInstances, turnOn, Opt_TypeSynonymInstances) + , (Opt_FunctionalDependencies, turnOn, Opt_MultiParamTypeClasses) , (Opt_RebindableSyntax, turnOff, Opt_ImplicitPrelude) -- NB: turn off!