diff options
Diffstat (limited to 'testsuite/tests/patsyn/should_compile/T13441.hs')
-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 |