forked from GitHub/gf-core
Fixes for GHC 7.6 compatibility
This commit is contained in:
@@ -91,8 +91,10 @@ import Foreign
|
||||
-- used by splitAtST
|
||||
#if MIN_VERSION_base(4,6,0)
|
||||
import Control.Monad.ST.Unsafe(unsafeInterleaveST)
|
||||
#else
|
||||
import Control.Monad.ST(unsafeInterleaveST)
|
||||
#endif
|
||||
import Control.Monad.ST
|
||||
import Control.Monad.ST(runST)
|
||||
import Data.STRef
|
||||
|
||||
#if defined(__GLASGOW_HASKELL__) && !defined(__HADDOCK__)
|
||||
|
||||
Reference in New Issue
Block a user