summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs b/testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs
index d555511004..1d397f9861 100644
--- a/testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs
+++ b/testsuite/tests/typecheck/should_compile/T17567StupidThetaB.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE Haskell2010 #-}
-{-# LANGUAGE QuantifiedConstraints, DatatypeContexts, TypeFamilies #-}
+{-# LANGUAGE QuantifiedConstraints, DatatypeContexts, TypeFamilies, TypeOperators #-}
-- NB: -XNoPolyKinds, to get defaulting.
module T17567StupidThetaB where