[commit: stm] master: fix warning (b0a1e14)

Simon Marlow <[email protected]> Mon, 10 Dec 2012 02:53:12 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b0a1e149731c3883b96d4f33a190666bc3011e36

>---------------------------------------------------------------

commit b0a1e149731c3883b96d4f33a190666bc3011e36
Author: Simon Marlow <[email protected]>
Date:   Mon Nov 19 10:45:29 2012 +0000

    fix warning

>---------------------------------------------------------------

 Control/Concurrent/STM/TSem.hs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Control/Concurrent/STM/TSem.hs b/Control/Concurrent/STM/TSem.hs
index ed655cc..53f7f05 100644
--- a/Control/Concurrent/STM/TSem.hs
+++ b/Control/Concurrent/STM/TSem.hs
@@ -20,7 +20,6 @@ module Control.Concurrent.STM.TSem (
 import Control.Concurrent.STM
 import Control.Monad
 import Data.Typeable
-import Control.Exception
 
 -- | 'TSem' is a transactional semaphore.  It holds a certain number
 -- of units, and units may be acquired or released by 'waitTSem' and