Skip to content

Commit 9eda67c

Browse files
committed
Disable GHCi libraries by default on Windows
1 parent 4b372fc commit 9eda67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal/src/Distribution/Simple/Setup.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ defaultConfigFlags progDb = emptyConfigFlags {
383383
configVerbosity = Flag normal,
384384
configUserInstall = Flag False, --TODO: reverse this
385385
#if defined(mingw32_HOST_OS)
386-
-- See #1589.
387-
configGHCiLib = Flag True,
386+
-- See #8062 and GHC #21019.
387+
configGHCiLib = Flag False,
388388
#else
389389
configGHCiLib = NoFlag,
390390
#endif

0 commit comments

Comments
 (0)