[Git][ghc/ghc][master] Fix broken link to `async` package
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Oct 27 17:56:50 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
a8ed36f9 by Evan Relf at 2022-10-27T13:56:36-04:00
Fix broken link to `async` package
- - - - -
1 changed file:
- libraries/base/GHC/Conc/Sync.hs
Changes:
=====================================
libraries/base/GHC/Conc/Sync.hs
=====================================
@@ -273,7 +273,7 @@ exception handler.
WARNING: Exceptions in the new thread will not be rethrown in the thread that
created it. This means that you might be completely unaware of the problem
if/when this happens. You may want to use the
-<hackage.haskell.org/package/async async> library instead.
+<https://hackage.haskell.org/package/async async> library instead.
-}
forkIO :: IO () -> IO ThreadId
forkIO action = IO $ \ s ->
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a8ed36f9583a7936afc066d8bec20b41ef3a3d1a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a8ed36f9583a7936afc066d8bec20b41ef3a3d1a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221027/f00030d8/attachment.html>
More information about the ghc-commits
mailing list