Skip to content

Commit d46d75b

Browse files
committed
Revert "Don't call :l Main.hs from the default ghci script"
This reverts commit 9201d0a.
1 parent 9201d0a commit d46d75b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/IHP/applicationGhciConfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,4 @@
5151
:set -Werror=missing-fields
5252
:set -fwarn-incomplete-patterns
5353
:set -package ghc
54-
55-
-- We don't load Main.hs here as the dev server itself will also call :l
56-
-- This will then trigger two loads of the Main.hs, which doubles the
57-
-- initial startup time
58-
-- :l Main.hs
54+
:l Main.hs

0 commit comments

Comments
 (0)