<br>You might try pulling downloading the package ('cabal fetch org' will do this) and changing the base dependency (to >= 4.1) in the orc.cabal file and then build it manually (cabal configure && cabal build && cabal install (while in the same directory as the .cabal file)) and see what happens.<br>
<br>I don't see any obvious reasons why it would need a version greater than 6.10, so it might just be an over restrictive dependency rule, but I might be missing something.<br><br>- Job<br><br><div class="gmail_quote">
On Wed, Jul 28, 2010 at 10:49 PM, Eitan Goldshtrom <span dir="ltr"><<a href="mailto:thesourceofx@gmail.com">thesourceofx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ah! That clears that up a lot. I read the wiki page but something just didn't make full sense about it until you used the word "prevent". I understand that the computer doesn't actually prevent other threads from running -- that would defeat the purpose of the concurrency -- but it helped clear it up. Perhaps you guys could help me with Cabal now though? I'm trying to install Orc but it wants base>=4.2 and <=4.3 and I have 4.1 after installing the latest release of GHC. Cabal won't upgrade the base. It complains about a dependency to "integer-simple". Anyone know what that's about?<div>
<div></div><div class="h5"><br>
<br>
-Eitan<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org" target="_blank">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>