From a92fd1cad41b24fc0555aa95900b74fe7d07a9a3 Mon Sep 17 00:00:00 2001 From: "mainland@eecs.harvard.edu" Date: Mon, 14 Jan 2008 19:05:30 +0000 Subject: [PATCH] Fix utils/Util for debug build --- compiler/utils/Util.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index 06a1c5f..90e7042 100644 --- a/compiler/utils/Util.lhs +++ b/compiler/utils/Util.lhs @@ -89,6 +89,7 @@ import Data.List hiding (group) import qualified Data.List as List ( elem ) #ifdef DEBUG import qualified Data.List as List ( notElem ) +import FastTypes #endif import Control.Monad ( unless ) -- 1.7.10.4