Fix the testsuite.

This commit is contained in:
Lemmih
2007-01-29 03:18:27 +00:00
parent 2b876f52e9
commit e930951796
8 changed files with 16 additions and 13 deletions

View File

@ -11,7 +11,7 @@
#include "../../../config.h"
import System.Eval
import AltData.Dynamic
import Data.Dynamic
main = do
a <- return $ toDyn (3::Integer)
@ -19,7 +19,7 @@ main = do
-- so, we try to compile a function that takes a dyn.
-- looks like with GHC 6.4, we need to make sure the package.confs work:
m_b <- unsafeEval_ "\\dyn -> fromDyn dyn (7 :: Integer)"
["AltData.Dynamic"]
["Data.Dynamic"]
[ ]
[ ]
[]