Skip to content

Commit 9510331

Browse files
committed
tests: fix tests for ghc 8.8.4
1 parent 8b9a48e commit 9510331

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.1.4.2
44

55
* Tests: Ensure proper shutdown.
6+
* Tests: Fix tests for GHC 8.8.4
67

78
## 0.1.4.1
89

src/Reflex/Process/GHCi.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ghci cmd mexpr reloadReq = do
104104
-- We need to know when ghci is initialized enough that it won't die when
105105
-- it receives an interrupt. We wait to see the version line in the output as
106106
-- a proxy for GHCi's readiness to be interrupted
107-
ghciVersionMessage = "GHCi, version.*: http://www.haskell.org/ghc/" :: ByteString
107+
ghciVersionMessage = "GHCi, version.*: https?://www.haskell.org/ghc/" :: ByteString
108108

109109

110110
-- Inspect the output and determine what state GHCi is in

0 commit comments

Comments
 (0)