diff options
author | Ian Lynagh <igloo@earth.li> | 2011-02-05 20:50:14 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-02-05 20:50:14 +0000 |
commit | 965ad7d47d34cc6a05ea05077f852b11e049a91f (patch) | |
tree | 4b3de713f972b256869335b552cc9f4d64a77013 /testsuite/tests/ghc-regress/th | |
parent | f4738c93f695c9fb64a29506f4371177a9bd3626 (diff) | |
download | haskell-965ad7d47d34cc6a05ea05077f852b11e049a91f.tar.gz |
Remove the haskell98 dependency from more tests
Diffstat (limited to 'testsuite/tests/ghc-regress/th')
-rw-r--r-- | testsuite/tests/ghc-regress/th/T4188.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/th/T4188.hs b/testsuite/tests/ghc-regress/th/T4188.hs index bc0f4165e4..73fd925302 100644 --- a/testsuite/tests/ghc-regress/th/T4188.hs +++ b/testsuite/tests/ghc-regress/th/T4188.hs @@ -3,7 +3,7 @@ module T4188 where
import Language.Haskell.TH
-import IO
+import System.IO
class C a where {}
|