summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc213.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc213.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc213.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc213.hs b/testsuite/tests/typecheck/should_compile/tc213.hs
index 8034606cfb..1f0b46449a 100644
--- a/testsuite/tests/typecheck/should_compile/tc213.hs
+++ b/testsuite/tests/typecheck/should_compile/tc213.hs
@@ -5,7 +5,7 @@
-- type signature in t1 and t2
module Foo7 where
-import Control.Monad hiding (empty)
+import Control.Monad
import Control.Monad.ST
import Data.Array.MArray
import Data.Array.ST