From 8a57fce6080eb641198d85cce9333b3ea7271afc Mon Sep 17 00:00:00 2001 From: Max Bolingbroke Date: Sun, 20 Mar 2011 14:06:25 +0000 Subject: [PATCH] FunctionalDependencies should imply MultiParamTypeClasses --- compiler/main/DynFlags.hs | 1 + 1 file changed, 1 insertion(+) 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! -- 1.7.10.4