patch applied (testsuite): Add a test for trac #1012: Problems with TH and recursive module imports

Ian Lynagh <[email protected]> Wed, 24 Jan 2007 09:45:59 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070124174559.GA11164__4900.12638406387$1169660781$gmane$org@cvs.haskell.org>
Wed Jan 24 09:28:50 PST 2007  Ian Lynagh <[email protected]>
  * Add a test for trac #1012: Problems with TH and recursive module imports

    A ./tests/ghc-regress/th/TH_import_loop/
    A ./tests/ghc-regress/th/TH_import_loop/Main.hs
    A ./tests/ghc-regress/th/TH_import_loop/Makefile
    A ./tests/ghc-regress/th/TH_import_loop/ModuleA.hs
    A ./tests/ghc-regress/th/TH_import_loop/ModuleA.hs-boot
    A ./tests/ghc-regress/th/TH_import_loop/ModuleB.hs
    A ./tests/ghc-regress/th/TH_import_loop/ModuleC.hs
    A ./tests/ghc-regress/th/TH_import_loop/TH_import_loop.T