When I try to install the hubigraph I get the following error:<br><br><br><div style="margin-left: 40px;">:~/Desktop/hubigraph-0.1$ cabal install<br>Resolving dependencies...<br>&#39;haxr-3000.1.1.2&#39; is cached.<br>Configuring haxr-3000.1.1.2...<br>
Preprocessing library haxr-3000.1.1.2...<br>Building haxr-3000.1.1.2...<br>[1 of 6] Compiling Network.XmlRpc.DTD_XMLRPC ( Network/XmlRpc/DTD_XMLRPC.hs, dist/build/Network/XmlRpc/DTD_XMLRPC.o )<br><br>Network/XmlRpc/DTD_XMLRPC.hs:183:4:<br>
    Warning: Pattern match(es) are overlapped<br>             In the definition of `fromElem&#39;:<br>                 fromElem (CMisc _ : rest) = ...<br>                 fromElem (CString _ s : rest) = ...<br>                 fromElem rest = ...<br>
[2 of 6] Compiling Network.XmlRpc.Base64 ( Network/XmlRpc/Base64.hs, dist/build/Network/XmlRpc/Base64.o )<br>[3 of 6] Compiling Network.XmlRpc.Internals ( Network/XmlRpc/Internals.hs, dist/build/Network/XmlRpc/Internals.o )<br>
[4 of 6] Compiling Network.XmlRpc.Server ( Network/XmlRpc/Server.hs, dist/build/Network/XmlRpc/Server.o )<br>[5 of 6] Compiling Network.XmlRpc.Client ( Network/XmlRpc/Client.hs, dist/build/Network/XmlRpc/Client.o )<br><br>
Network/XmlRpc/Client.hs:113:23:<br>    Not in scope: type constructor or class `ConnError&#39;<br><br>Network/XmlRpc/Client.hs:113:51:<br>    Not in scope: type constructor or class `ConnError&#39;<br>cabal: Error: some packages failed to install:<br>
HUBIGraph-0.1 depends on haxr-3000.1.1.2 which failed to install.<br>haxr-3000.1.1.2 failed during the building phase. The exception was:<br>exit: ExitFailure 1<br></div><br>Any ideas?<br><br>Thanks,<br><br>Daryoush<br><br>
<div class="gmail_quote">On Thu, Apr 2, 2009 at 12:25 AM, Gleb Alexeyev <span dir="ltr">&lt;<a href="mailto:gleb.alexeev@gmail.com">gleb.alexeev@gmail.com</a>&gt;</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;">
<div class="im">Don Stewart wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Did you use hubigraph?<br>
<br>
    <a href="http://ooxo.org/hubigraph/" target="_blank">http://ooxo.org/hubigraph/</a><br>
<br>
This cabalized project doesn&#39;t appear to be on hackage!<br>
<br>
</blockquote></div>
Oh, I wasn&#39;t aware of hubigraph until now.<br>
Ubigraph has very simple XML-RPC-based API so I used it directly. Hubigraph, of course, looks nicer with its custom monad, datatypes for shapes etc.<br>
<br>
BTW, it seems that you didn&#39;t notice the complete source code attached to my first message. Like I said it&#39;s just a quick and dirty hack, all real job is done by vacuum, Ubigraph server and a bit of code copy-pasted from vacuum-cairo.<div>
<div></div><div class="h5"><br>
<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><br clear="all"><br><br>