summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Concurrent.hs
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-10-19 12:03:11 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-10-19 12:21:59 +0200
commitabfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9 (patch)
treec1739dee2b644f490e2e2febf39931bd561f796c /libraries/base/Control/Concurrent.hs
parentce23745147b9aab99187e266412efa27148a9b19 (diff)
downloadhaskell-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.hs2
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