aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/Report.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verismith/Report.hs')
-rw-r--r--src/Verismith/Report.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Verismith/Report.hs b/src/Verismith/Report.hs
index b074be4..6c25f5c 100644
--- a/src/Verismith/Report.hs
+++ b/src/Verismith/Report.hs
@@ -63,8 +63,8 @@ import qualified Text.Blaze.Html5.Attributes as A
import Verismith.Config
import Verismith.Internal
import Verismith.Result
-import Verismith.Sim
-import Verismith.Sim.Internal
+import Verismith.Tool
+import Verismith.Tool.Internal
-- | Common type alias for synthesis results
type UResult = Result Failed ()