[commit: ghc] master: Add forgotten import to T9692 (aa641e5)

git at git.haskell.org git at git.haskell.org
Wed Oct 22 13:02:46 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/aa641e514821514e76a07d03f3783b94f819f085/ghc

>---------------------------------------------------------------

commit aa641e514821514e76a07d03f3783b94f819f085
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Oct 22 15:02:42 2014 +0200

    Add forgotten import to T9692
    
    (sorry)


>---------------------------------------------------------------

aa641e514821514e76a07d03f3783b94f819f085
 testsuite/tests/th/T9692.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/th/T9692.hs b/testsuite/tests/th/T9692.hs
index 2ae835c..770290d 100644
--- a/testsuite/tests/th/T9692.hs
+++ b/testsuite/tests/th/T9692.hs
@@ -5,6 +5,7 @@ module T9692 where
 import Language.Haskell.TH
 import Language.Haskell.TH.Syntax
 import Language.Haskell.TH.Ppr
+import System.IO
 
 class C a where
         data F a (b :: k) :: *



More information about the ghc-commits mailing list