Fix build on GHC 8.8 and below
parent
d0e64cf00f
commit
c59655f10d
|
@ -41,6 +41,7 @@ import qualified FastString
|
||||||
import GHC.Hs
|
import GHC.Hs
|
||||||
import GHC.Hs.Extension (NoExtField (..))
|
import GHC.Hs.Extension (NoExtField (..))
|
||||||
#elif MIN_VERSION_ghc(8,6,0)
|
#elif MIN_VERSION_ghc(8,6,0)
|
||||||
|
import HsSyn
|
||||||
import HsExtension (NoExt (..))
|
import HsExtension (NoExt (..))
|
||||||
#endif
|
#endif
|
||||||
import Name
|
import Name
|
||||||
|
|
Loading…
Reference in New Issue