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.Extension (NoExtField (..))
|
||||
#elif MIN_VERSION_ghc(8,6,0)
|
||||
import HsSyn
|
||||
import HsExtension (NoExt (..))
|
||||
#endif
|
||||
import Name
|
||||
|
|
Loading…
Reference in New Issue