Skip to content

Commit

Permalink
Avoid blanket import from GHC.Conc
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Oct 31, 2023
1 parent 3726299 commit a83d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Control/Concurrent/Async.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import Control.Concurrent
import Control.Monad
import Data.IORef
import Data.Typeable
import GHC.Conc
import GHC.Conc (ThreadId(..))
import GHC.Exts
import GHC.IO hiding (onException)

Expand Down

0 comments on commit a83d69c

Please sign in to comment.