From 9f170d5ff0508c83b012adf2e72470b16fc817b8 Mon Sep 17 00:00:00 2001 From: Evan Relf Date: Thu, 25 Aug 2022 12:21:50 -0700 Subject: Fix broken link to `async` package --- libraries/base/GHC/Conc/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/GHC/Conc/Sync.hs b/libraries/base/GHC/Conc/Sync.hs index aabe0b159e..5fe89aa4c3 100644 --- a/libraries/base/GHC/Conc/Sync.hs +++ b/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 - library instead. + library instead. -} forkIO :: IO () -> IO ThreadId forkIO action = IO $ \ s -> -- cgit v1.2.1