Fixing a bug of TH expansion for GHC 7.6 (#92).

This commit is contained in:
Kazu Yamamoto
2013-03-16 11:50:45 +09:00
parent 33986fb1b5
commit 4a5f5441f3
5 changed files with 31 additions and 11 deletions

3
test/data/Mutual1.hs Normal file
View File

@@ -0,0 +1,3 @@
module Mutual1 where
import Mutual2

3
test/data/Mutual2.hs Normal file
View File

@@ -0,0 +1,3 @@
module Mutual2 where
import Mutual1