From 569dbeee1d922120ebb52ffd9487683bf7912ebd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 22 Apr 2008 13:38:38 +0000 Subject: [PATCH] Fix build --- compiler/main/InteractiveEval.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/main/InteractiveEval.hs b/compiler/main/InteractiveEval.hs index 96e0b34..42d2798 100644 --- a/compiler/main/InteractiveEval.hs +++ b/compiler/main/InteractiveEval.hs @@ -37,6 +37,8 @@ module InteractiveEval ( #ifdef GHCI +#include "HsVersions.h" + import HscMain hiding (compileExpr) import HscTypes import TcRnDriver -- 1.7.10.4