From 18583b859194e19b4ec7e23ac228311c9c6edf5b Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Fri, 9 Jun 2000 16:21:30 +0000 Subject: [PATCH] [project @ 2000-06-09 16:21:30 by simonmar] ieee-flpt.h is in ../../includes, not ../includes. --- ghc/lib/std/PrelFloat.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/PrelFloat.lhs b/ghc/lib/std/PrelFloat.lhs index 34d7e3f89386..5df3fb53e037 100644 --- a/ghc/lib/std/PrelFloat.lhs +++ b/ghc/lib/std/PrelFloat.lhs @@ -18,7 +18,7 @@ and the classes \begin{code} {-# OPTIONS -fno-implicit-prelude #-} -#include "../includes/ieee-flpt.h" +#include "../../includes/ieee-flpt.h" module PrelFloat( module PrelFloat, Float#, Double# ) where -- GitLab