From fb4367e7f6ea4f23909e276dcf4ce62cd35d0077 Mon Sep 17 00:00:00 2001 From: Matt Audesse Date: Mon, 23 May 2022 15:14:59 -0400 Subject: [PATCH] CORE-1824: hs/.ghci skip loading Main module --- hs/.ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hs/.ghci b/hs/.ghci index 292fda1db1..7dd6ba3a29 100644 --- a/hs/.ghci +++ b/hs/.ghci @@ -1,4 +1,4 @@ :set -isrc :set -itest :set -iapp -:load Main Reach.Compiler Reach.Report Reach.Simulator.Server +:load Reach.Compiler Reach.Report Reach.Simulator.Server