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 /testsuite/tests/th/T6018th.hs | |
parent | b0641ad9009df1e3f4eae4274668840ff6e46732 (diff) | |
download | haskell-78a4c729ecb07c92822625fda15f14a778679452.tar.gz |
Rename InjectiveTypeFamilies to TypeFamilyDependencies
Diffstat (limited to 'testsuite/tests/th/T6018th.hs')
-rw-r--r-- | testsuite/tests/th/T6018th.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/T6018th.hs b/testsuite/tests/th/T6018th.hs index 1643e9aea5..442e4ab5dd 100644 --- a/testsuite/tests/th/T6018th.hs +++ b/testsuite/tests/th/T6018th.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE InjectiveTypeFamilies, DataKinds, UndecidableInstances, +{-# LANGUAGE TypeFamilyDependencies, DataKinds, UndecidableInstances, PolyKinds #-} module T6018th where |