[project @ 2000-06-09 16:21:30 by simonmar]
authorsimonmar <unknown>
Fri, 9 Jun 2000 16:21:30 +0000 (16:21 +0000)
committersimonmar <unknown>
Fri, 9 Jun 2000 16:21:30 +0000 (16:21 +0000)
ieee-flpt.h is in ../../includes, not ../includes.

ghc/lib/std/PrelFloat.lhs

index 34d7e3f..5df3fb5 100644 (file)
@@ -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