Evidently ghci needs -cpp even if all the modules are already compiled.
[match/match.git] / program / Test.hs
index 8307e38..2e42be1 100644 (file)
@@ -13,7 +13,10 @@ module Test (
        
        -- Run randomized things.
        module System.Random,
-       module RandomizedMonad
+       module RandomizedMonad,
+       
+       -- Evaluate.
+       module Evaluation
 ) where
 import TestUtils
 import PMInstance
@@ -22,6 +25,7 @@ import ProposalMatcher
 import PMDefaults
 import System.Random
 import RandomizedMonad
+import Evaluation
 
 -- Other imports we need
 import BellmanFord