diff options
Diffstat (limited to 'testsuite/tests/perf/should_run/T5113.hs')
-rw-r--r-- | testsuite/tests/perf/should_run/T5113.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/T5113.hs b/testsuite/tests/perf/should_run/T5113.hs index e87bcb6cad..6ad6750aab 100644 --- a/testsuite/tests/perf/should_run/T5113.hs +++ b/testsuite/tests/perf/should_run/T5113.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE BangPatterns #-} +{-# LANGUAGE BangPatterns, FlexibleContexts #-} module Main where import Data.Array.Base (unsafeRead, unsafeWrite) |