diff --git a/src/Language/Haskell/Brittany/Internal/Layouters/Decl.hs b/src/Language/Haskell/Brittany/Internal/Layouters/Decl.hs index 8ec8d74..e512b9a 100644 --- a/src/Language/Haskell/Brittany/Internal/Layouters/Decl.hs +++ b/src/Language/Haskell/Brittany/Internal/Layouters/Decl.hs @@ -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