BugFix: do not insert breakpoints around expressions with unlifted kind
[ghc-hetmet.git] / compiler / deSugar / DsExpr.lhs
index f5df3ed..adf4c3d 100644 (file)
@@ -52,6 +52,8 @@ import Util
 import Bag
 import Outputable
 import FastString
+
+import Data.Maybe
 \end{code}