summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorMax Bolingbroke <batterseapower@hotmail.com>2011-03-20 14:06:25 +0000
committerMax Bolingbroke <batterseapower@hotmail.com>2011-03-20 14:06:25 +0000
commit8a57fce6080eb641198d85cce9333b3ea7271afc (patch)
tree4a175c9eeb26bb5acc2f81c6b984e316d567eb1d /compiler
parentb1fff745a534ae7cb1d170a7df3c7ec124928997 (diff)
downloadhaskell-8a57fce6080eb641198d85cce9333b3ea7271afc.tar.gz
FunctionalDependencies should imply MultiParamTypeClasses
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main/DynFlags.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 494cc44a68..59ce4174d2 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!