From f1eccecd12cf07e55cd8d2e79d44f7142d1e01d4 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sat, 7 Dec 2019 15:12:43 -0500 Subject: [PATCH] Fix StgCmmExpr --- compiler/codeGen/StgCmmExpr.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/codeGen/StgCmmExpr.hs b/compiler/codeGen/StgCmmExpr.hs index 1d927517d57d..03ca3b992fcb 100644 --- a/compiler/codeGen/StgCmmExpr.hs +++ b/compiler/codeGen/StgCmmExpr.hs @@ -47,6 +47,7 @@ import Maybes import Util import FastString import Outputable +import DynFlags import Control.Monad ( unless, void ) import Control.Arrow ( first ) -- GitLab