Commit d415b76c authored by Vaibhav Sagar's avatar Vaibhav Sagar

IHaskell.Eval.Util: fix warnings on GHC 8.6

parent df3c0fc1
......@@ -27,11 +27,17 @@ module IHaskell.Eval.Util (
) where
import IHaskellPrelude
#if MIN_VERSION_ghc(8,6,0)
#else
import qualified Data.ByteString.Char8 as CBS
#endif
-- GHC imports.
import DynFlags
#if MIN_VERSION_ghc(8,6,0)
#else
import FastString
#endif
import GHC
import GhcMonad
import HscTypes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment