diff options
Diffstat (limited to 'testsuite/tests/quantified-constraints/T18432.hs')
-rw-r--r-- | testsuite/tests/quantified-constraints/T18432.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/quantified-constraints/T18432.hs b/testsuite/tests/quantified-constraints/T18432.hs index ba50727420..6c02887ba7 100644 --- a/testsuite/tests/quantified-constraints/T18432.hs +++ b/testsuite/tests/quantified-constraints/T18432.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} {-# LANGUAGE QuantifiedConstraints #-} module Bug where |