<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
I have tried to compile an example of DPH (Data prallel Haskell)&nbsp; but&nbsp;
I am not getting any success.<br>
The target is the concmop.hs (<a
 href="http://darcs.haskell.org/ghc-6.10/packages/dph/examples/concomp/">http://darcs.haskell.org/ghc-6.10/packages/dph/examples/concomp/</a>)
for calculate connected components in a graph. I am using GHC 6.10.4
compiled with extras libs (which also includes DPH 0.3.0).<br>
I've got this error. Seems that GHC can't find these functions/types.<br>
<br>
---------------------------------------------------------------------------------------------------------------------<br>
edgar@edgar-ubuntu:~/Desktop/dph$ ghc --make -fdph-par -XTypeOperators
./concomp.hs<br>
[1 of 4] Compiling Graph&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( Graph.hs, Graph.o )<br>
<br>
Graph.hs:11:45: Not in scope: type constructor or class `:*:'<br>
<br>
Graph.hs:23:6: Not in scope: `hPutU'<br>
<br>
Graph.hs:33:15: Not in scope: `hGetU'<br>
---------------------------------------------------------------------------------------------------------------------<br>
<br>
Using the example from Ben Jao Ming (<a
 href="http://overtag.dk/wordpress/2009/04/data-parallel-haskell/">http://overtag.dk/wordpress/2009/04/data-parallel-haskell/</a>),
I can successfully compile and run.<br>
<br>
Could anyone help me?<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="949.54">
<style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
  </style>
<p class="p1"><br>
</p>
<p class="p2">Kind regards,</p>
<p class="p2">___________________________________________</p>
<p class="p2"><b>Ir. Edgar Gomes<br>
</b></p>
<p class="p2">Metallurgical Engineer</p>
<p class="p1"><br>
</p>
<p class="p2"><i>Ghent University</i></p>
<p class="p2">Department Metallurgy and Materials Science</p>
<p class="p2">B-9052 Zwijnaarde-Gent</p>
<p class="p2">Belgium</p>
</div>
</body>
</html>