diff options
Diffstat (limited to 'testsuite/tests/quotes/T6062.hs')
-rw-r--r-- | testsuite/tests/quotes/T6062.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/quotes/T6062.hs b/testsuite/tests/quotes/T6062.hs index 342850e853..efce7b2752 100644 --- a/testsuite/tests/quotes/T6062.hs +++ b/testsuite/tests/quotes/T6062.hs @@ -1,2 +1,3 @@ +{-# LANGUAGE NoMonomorphismRestriction #-} module T6062 where x = [| False True |] |