Fix build on GHC 8.8 and below

pull/312/head
Luke Lau 2020-08-06 18:50:10 +01:00
parent d0e64cf00f
commit c59655f10d
1 changed files with 1 additions and 0 deletions

View File

@ -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