Skip to content

Commit 12da0d7

Browse files
committed
Merge remote-tracking branch 'origin/pr/1223'
2 parents e147410 + 3a5a6c5 commit 12da0d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/GHCup/List.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)