We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9a48e commit 9510331Copy full SHA for 9510331
ChangeLog.md
@@ -3,6 +3,7 @@
3
## 0.1.4.2
4
5
* Tests: Ensure proper shutdown.
6
+* Tests: Fix tests for GHC 8.8.4
7
8
## 0.1.4.1
9
src/Reflex/Process/GHCi.hs
@@ -104,7 +104,7 @@ ghci cmd mexpr reloadReq = do
104
-- We need to know when ghci is initialized enough that it won't die when
105
-- it receives an interrupt. We wait to see the version line in the output as
106
-- a proxy for GHCi's readiness to be interrupted
107
- ghciVersionMessage = "GHCi, version.*: http://www.haskell.org/ghc/" :: ByteString
+ ghciVersionMessage = "GHCi, version.*: https?://www.haskell.org/ghc/" :: ByteString
108
109
110
-- Inspect the output and determine what state GHCi is in
0 commit comments