Fixing a bug of TH expansion for GHC 7.6 (#92).
This commit is contained in:
3
test/data/Mutual1.hs
Normal file
3
test/data/Mutual1.hs
Normal file
@@ -0,0 +1,3 @@
|
||||
module Mutual1 where
|
||||
|
||||
import Mutual2
|
||||
3
test/data/Mutual2.hs
Normal file
3
test/data/Mutual2.hs
Normal file
@@ -0,0 +1,3 @@
|
||||
module Mutual2 where
|
||||
|
||||
import Mutual1
|
||||
Reference in New Issue
Block a user