diff options
author | Richard Eisenberg <rae@richarde.dev> | 2019-08-17 19:03:23 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-17 19:22:00 -0400 |
commit | 9c21b2fd041f19ad02f1c1d530a3f9cbf092c622 (patch) | |
tree | ecb0343f6a0a906fe4745f892383a4ce7fa81921 /testsuite/tests/patsyn | |
parent | ae4415b9487d24942aa0e91052d4b897a3cf2f2e (diff) | |
download | haskell-9c21b2fd041f19ad02f1c1d530a3f9cbf092c622.tar.gz |
Fix #13571 by adding an extension flag check
Test case: indexed-types/should_fail/T13571
Diffstat (limited to 'testsuite/tests/patsyn')
-rw-r--r-- | testsuite/tests/patsyn/should_compile/T13441.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_compile/T13441.hs b/testsuite/tests/patsyn/should_compile/T13441.hs index 738017500d..8a7170dd45 100644 --- a/testsuite/tests/patsyn/should_compile/T13441.hs +++ b/testsuite/tests/patsyn/should_compile/T13441.hs @@ -1,5 +1,5 @@ {-# LANGUAGE ScopedTypeVariables, PatternSynonyms, DataKinds, PolyKinds, - GADTs, TypeOperators, TypeFamilies #-} + GADTs, TypeOperators, TypeFamilies, TypeFamilyDependencies #-} module T13441 where |