Some fixes for ghc-8.6 (#93)
This commit is contained in:
@@ -492,8 +492,10 @@ import qualified Control.Exception
|
||||
import Control.Monad.STM as X (
|
||||
STM
|
||||
, atomically
|
||||
#if ( __GLASGOW_HASKELL__ < 806 )
|
||||
, always
|
||||
, alwaysSucceeds
|
||||
#endif
|
||||
, retry
|
||||
, orElse
|
||||
, check
|
||||
|
||||
@@ -122,8 +122,10 @@ import GHC.Records as X (
|
||||
|
||||
#if ( __GLASGOW_HASKELL__ >= 800 )
|
||||
import Data.Kind as X (
|
||||
type (*)
|
||||
, type Type
|
||||
type Type
|
||||
#if ( __GLASGOW_HASKELL__ < 806 )
|
||||
, type (*)
|
||||
#endif
|
||||
)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user