diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-10-19 12:03:11 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-10-19 12:21:59 +0200 |
commit | abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9 (patch) | |
tree | c1739dee2b644f490e2e2febf39931bd561f796c /libraries/base/Control/Concurrent.hs | |
parent | ce23745147b9aab99187e266412efa27148a9b19 (diff) | |
download | haskell-abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9.tar.gz |
Remove redundant explicit `Prelude` imports
Since they're implied by the lack of `NoImplicitPrelude`
Diffstat (limited to 'libraries/base/Control/Concurrent.hs')
-rw-r--r-- | libraries/base/Control/Concurrent.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Control/Concurrent.hs b/libraries/base/Control/Concurrent.hs index eaf1e6621f..c12fef54b0 100644 --- a/libraries/base/Control/Concurrent.hs +++ b/libraries/base/Control/Concurrent.hs @@ -104,8 +104,6 @@ module Control.Concurrent ( ) where -import Prelude - import Control.Exception.Base as Exception import GHC.Exception |