[commit: ghc] master: Fixes cyclic import on OS X(#9635) (c23beff)

git at git.haskell.org git at git.haskell.org
Fri Sep 26 04:11:24 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c23beffd65fd0eb50e7fe3a53a89220252aadd74/ghc

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

commit c23beffd65fd0eb50e7fe3a53a89220252aadd74
Author: Dave Laing <dave.laing.80 at gmail.com>
Date:   Thu Sep 25 23:11:01 2014 -0500

    Fixes cyclic import on OS X(#9635)
    
    Summary: Signed-off-by: Dave Laing <dave.laing.80 at gmail.com>
    
    Test Plan: Locally tested
    
    Reviewers: thomie, austin
    
    Reviewed By: thomie, austin
    
    Subscribers: simonmar, ezyang, carter, thomie
    
    Differential Revision: https://phabricator.haskell.org/D244
    
    GHC Trac Issues: #9635


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

c23beffd65fd0eb50e7fe3a53a89220252aadd74
 libraries/base/GHC/Event/KQueue.hsc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libraries/base/GHC/Event/KQueue.hsc b/libraries/base/GHC/Event/KQueue.hsc
index 439765c..2b8d443 100644
--- a/libraries/base/GHC/Event/KQueue.hsc
+++ b/libraries/base/GHC/Event/KQueue.hsc
@@ -26,7 +26,6 @@ available = False
 {-# INLINE available #-}
 #else
 
-import Control.Monad (when)
 import Data.Bits (Bits(..), FiniteBits(..))
 import Data.Word (Word16, Word32)
 import Foreign.C.Error (throwErrnoIfMinus1, eINTR, eINVAL,



More information about the ghc-commits mailing list