diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-01-14 11:52:10 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-01-14 12:19:24 +0100 |
commit | 78a4c729ecb07c92822625fda15f14a778679452 (patch) | |
tree | 09f76b88551a10719049c516f1405679248d7063 /libraries/ghc-boot | |
parent | b0641ad9009df1e3f4eae4274668840ff6e46732 (diff) | |
download | haskell-78a4c729ecb07c92822625fda15f14a778679452.tar.gz |
Rename InjectiveTypeFamilies to TypeFamilyDependencies
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r-- | libraries/ghc-boot/GHC/LanguageExtensions.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/GHC/LanguageExtensions.hs b/libraries/ghc-boot/GHC/LanguageExtensions.hs index 0ccd59cbb0..7add46e194 100644 --- a/libraries/ghc-boot/GHC/LanguageExtensions.hs +++ b/libraries/ghc-boot/GHC/LanguageExtensions.hs @@ -45,7 +45,7 @@ data Extension | UnboxedTuples | BangPatterns | TypeFamilies - | InjectiveTypeFamilies + | TypeFamilyDependencies | TypeInType | OverloadedStrings | OverloadedLists |