<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Ok, I'm trying to build the haskell platform but getting this.&nbsp; Anyone know what the problem is?&nbsp; As far as I know I have all the development libs for OpenGL.&nbsp; I'm not sure what this means.&nbsp; I'm running Ubuntu 9.04 on a 64bit dual core AMD.<br><br>Preprocessing library GLUT-2.1.1.2...<br>Building GLUT-2.1.1.2...<br>Registering GLUT-2.1.1.2...<br>Setup: GLUT-2.1.1.2: dependency<br>"OpenGL-2.2.1.1-e949822dd9af14c1680857afb46ab567" doesn't exist (use --force<br>to override)<br><br>Error:<br>Building the GLUT-2.1.1.2 package failed<br>make: *** [build.stamp] Error 2<br>make: Target `default' not remade because of errors.<br><br><br><br><br>--- On <b>Sun, 12/27/09, Ivan Lazar Miljenovic <i>&lt;ivan.miljenovic@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From:
 Ivan Lazar Miljenovic &lt;ivan.miljenovic@gmail.com&gt;<br>Subject: Re: [Haskell-cafe] Upgraded to GHC 6.12 and can't find anything<br>To: "Gregory Propf" &lt;gregorypropf@yahoo.com&gt;<br>Cc: "Haskell-Cafe" &lt;haskell-cafe@haskell.org&gt;<br>Date: Sunday, December 27, 2009, 11:30 PM<br><br><div class="plainMail">Gregory Propf &lt;<a ymailto="mailto:gregorypropf@yahoo.com" href="/mc/compose?to=gregorypropf@yahoo.com">gregorypropf@yahoo.com</a>&gt; writes:<br><br>&gt; I finally compiled and installed GHC 6.12 on my Linux system and it seems to be failing to find a lot of things.&nbsp; Notably these<br>&gt;<br>&gt; import Control.Monad<br>&gt; import Control.Monad.State<br>&gt; import Control.Monad.Trans<br>&gt; import Control.Parallel<br>&gt;<br><br>A lot of these kinds of modules were not actually part of GHC but<br>installed as part of GHC's "extralibs" packages (which is being replaced<br>by the Haskell platform).<br><br>You can get the first three
 modules by installing mtl and the last by<br>installing parallel, both of which can be found on Hackage.<br><br>-- <br>Ivan Lazar Miljenovic<br><a ymailto="mailto:Ivan.Miljenovic@gmail.com" href="/mc/compose?to=Ivan.Miljenovic@gmail.com">Ivan.Miljenovic@gmail.com</a><br>IvanMiljenovic.wordpress.com<br></div></blockquote></td></tr></table><br>