fixing tests.

This commit is contained in:
Kazu Yamamoto 2014-07-15 21:40:22 +09:00
parent 204d449aef
commit 3050ba1863
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{-# LANGUAGE TemplateHaskell #-} -- for HscInterpreted
module Info () where
fib :: Int -> Int

View File

@ -1,3 +1,5 @@
{-# LANGUAGE TemplateHaskell #-} -- for HscInterpreted
module Mutual1 where
import Mutual2