<div>On 27 November 2010 10:41, Paul Johnson <span dir="ltr">&lt;<a href="mailto:paul@cogito.org.uk">paul@cogito.org.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

I installed gtk2hs-buildtools as per the Leksah page, and then tried to install Leksah itself.  I got:<br><br>[root@eiffel download]# cabal install leksah<br>Resolving dependencies...<br>cabal: cannot configure leksah-server-0.8.0.8. It requires ghc&gt;=6.10.1&amp;&amp;<br>

&lt;6.13<br>There is no available version of ghc that satisfies&gt;=6.10.1&amp;&amp;  &lt;6.13<br><br>But there is...<br><br>[root@eiffel download]# ghc --version<br>The Glorious Glasgow Haskell Compilation System, version 6.12.3<br>

<br>I don&#39;t know whether this is a problem with the GHC installation or the Leksah build.  I&#39;m running Fedora 14 with GHC installed through the package manager.</blockquote></div><div><br></div><div>Interesting. Perhaps Cabal isn&#39;t looking at the same GHC version. If you run cabal install with --version passed to GHC, GHC will just output the version instead of doing any compiling and the install will stop. You can see what version Cabal actually uses. Maybe it&#39;s different?</div>

<div><br></div><div>chris@cn-done:~$ cabal install codepad --ghc-options=--version</div><div>Resolving dependencies...</div><div>Configuring mtl-1.1.1.0...</div><div>The Glorious Glasgow Haskell Compilation System, version 6.12.3</div>