[Git][ghc/ghc][wip/ghc-8.8-merges] Add missing import

Ben Gamari gitlab at gitlab.haskell.org
Tue Jun 4 22:19:21 UTC 2019



Ben Gamari pushed to branch wip/ghc-8.8-merges at Glasgow Haskell Compiler / GHC


Commits:
a598e25b by Ben Gamari at 2019-06-04T22:18:44Z
Add missing import

Missing from f8d24178f30b7837b35a9ea328bc6f520092ff08.

- - - - -


1 changed file:

- compiler/main/GhcMake.hs


Changes:

=====================================
compiler/main/GhcMake.hs
=====================================
@@ -68,6 +68,7 @@ import UniqSet
 import Util
 import NameEnv
 import FileCleanup
+import qualified GHC.LanguageExtensions as LangExt
 
 import Data.Either ( rights, partitionEithers )
 import qualified Data.Map as Map



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a598e25b337f91a2bc1ce532ef406b275c3bd31e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a598e25b337f91a2bc1ce532ef406b275c3bd31e
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190604/68fa2402/attachment.html>


More information about the ghc-commits mailing list