File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ listVersions lt' criteria hideOld showNightly days = do
183183 }
184184 Left e -> do
185185 logWarn
186- $ " Could not parse version of stray directory" <> T. pack e
186+ $ " Could not parse version of stray directory " <> T. pack e
187187 pure Nothing
188188
189189 strayCabals :: ( MonadReader env m
@@ -218,7 +218,7 @@ listVersions lt' criteria hideOld showNightly days = do
218218 }
219219 Left e -> do
220220 logWarn
221- $ " Could not parse version of stray directory" <> T. pack e
221+ $ " Could not parse version of stray directory " <> T. pack e
222222 pure Nothing
223223
224224 strayHLS :: ( MonadReader env m
@@ -252,7 +252,7 @@ listVersions lt' criteria hideOld showNightly days = do
252252 }
253253 Left e -> do
254254 logWarn
255- $ " Could not parse version of stray directory" <> T. pack e
255+ $ " Could not parse version of stray directory " <> T. pack e
256256 pure Nothing
257257
258258 strayStacks :: ( MonadReader env m
@@ -287,7 +287,7 @@ listVersions lt' criteria hideOld showNightly days = do
287287 }
288288 Left e -> do
289289 logWarn
290- $ " Could not parse version of stray directory" <> T. pack e
290+ $ " Could not parse version of stray directory " <> T. pack e
291291 pure Nothing
292292
293293 currentGHCup :: Map. Map GHCTargetVersion VersionInfo -> Maybe ListResult
You can’t perform that action at this time.
0 commit comments