Rodrigo Mesquita pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/ghc-internal/src/GHC/Internal/Event/EPoll.hsc
    ... ... @@ -22,6 +22,7 @@ module GHC.Internal.Event.EPoll
    22 22
         ) where
    
    23 23
     
    
    24 24
     import qualified GHC.Internal.Event.Internal as E
    
    25
    +import qualified GHC.Internal.Stack.Types as Rebindable
    
    25 26
     import qualified GHC.Internal.Base as Rebindable -- For known-key names
    
    26 27
     
    
    27 28
     #include "EventConfig.h"