summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2016-01-09 20:58:52 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-09 20:58:54 +0100
commitfbd6de2f0761b63a5f0a88ce0590f515d63790a4 (patch)
treec3bf647973fb4b675731a27d15af9919cd29d9e2 /libraries/ghc-boot
parent5cb236dd6b497da0b9072b20ca74c298477f7a61 (diff)
downloadhaskell-fbd6de2f0761b63a5f0a88ce0590f515d63790a4.tar.gz
Add InjectiveTypeFamilies language extension
Previously injective type families were part of TypeFamilies. Now they are in a separate language extension. Test Plan: ./validate Reviewers: austin, bgamari, goldfire Reviewed By: bgamari Subscribers: goldfire, thomie Differential Revision: https://phabricator.haskell.org/D1750 GHC Trac Issues: #11381
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r--libraries/ghc-boot/GHC/LanguageExtensions.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ghc-boot/GHC/LanguageExtensions.hs b/libraries/ghc-boot/GHC/LanguageExtensions.hs
index 68455194e6..0ccd59cbb0 100644
--- a/libraries/ghc-boot/GHC/LanguageExtensions.hs
+++ b/libraries/ghc-boot/GHC/LanguageExtensions.hs
@@ -45,6 +45,7 @@ data Extension
| UnboxedTuples
| BangPatterns
| TypeFamilies
+ | InjectiveTypeFamilies
| TypeInType
| OverloadedStrings
| OverloadedLists