<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Thanks, Adam.<div>Following the suggestion in the error message, this worked for me:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Davids-MacBook-Air-2:IHaskell dbanas$ git diff ihaskell.cabal </div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>diff --git a/ihaskell.cabal b/ihaskell.cabal</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>index fb53441..9562240 100644</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>--- a/ihaskell.cabal</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>+++ b/ihaskell.cabal</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span style="color: #34bbc7">@@ -147,7 +147,8 @@</span> executable ihaskell</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                        strict               >=0.3,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                        unix                 >= 2.6,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">                        directory            -any,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);">-                       ipython-kernel       >=0.7</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">+                       ipython-kernel       >=0.7,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);">+                       here                 -any</div><p style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;"> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 11px; font-family: Menlo;">   if flag(binPkgDb)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">     build-depends:       bin-package-db</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Davids-MacBook-Air-2:IHaskell dbanas$ </div><div><br></div><div>-db</div><div><br></div><div><div>On Dec 16, 2015, at 5:30 AM, Adam Bergmark <<a href="mailto:adam@bergmark.nl">adam@bergmark.nl</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">It looks like that version of ihaskell is broken, the dependency is missing in the cabal file. Could it be that you are trying to install a later version than you had compiled on <7.10.3?<div><br></div><div>The maintainer will probably be interested in hearing about this.</div><div><br></div><div>HTH,</div><div>Adam</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 16, 2015 at 2:08 PM, David Banas <span dir="ltr"><<a href="mailto:capn.freako@gmail.com" target="_blank">capn.freako@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi all,<div><br></div><div>Are there any other IHaskell users out there, who are having trouble re-installing IHaskell, after upgrading to Haskell Platform 7.10.3?</div><div>I’m getting this, at the tail end of the actual ihaskell build:</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo">[24 of 25] Compiling <a href="http://ihaskell.eval.info/" target="_blank">IHaskell.Eval.Info</a> ( src/IHaskell/Eval/Info.hs, dist/build/IHaskell/Eval/Info.o )</div><div style="margin:0px;font-size:11px;font-family:Menlo">[25 of 25] Compiling IHaskell.Publish ( src/IHaskell/Publish.hs, dist/build/IHaskell/Publish.o )</div><div style="margin:0px;font-size:11px;font-family:Menlo">In-place registering ihaskell-0.8.3.0...</div><div style="margin:0px;font-size:11px;font-family:Menlo">Preprocessing executable 'ihaskell' for ihaskell-0.8.3.0...</div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo">main/Main.hs:29:18:</div><div style="margin:0px;font-size:11px;font-family:Menlo">    Could not find module ‘Data.String.Here’</div><div style="margin:0px;font-size:11px;font-family:Menlo">    It is a member of the hidden package ‘here-1.2.7@here_63mTmLx8Sz20TyEJBVCnnC’.</div><div style="margin:0px;font-size:11px;font-family:Menlo">    Perhaps you need to add ‘here’ to the build-depends in your .cabal file.</div><div style="margin:0px;font-size:11px;font-family:Menlo">    Use -v to see a list of the files searched for.</div><div style="margin:0px;font-size:11px;font-family:Menlo">Updating documentation index</div><div style="margin:0px;font-size:11px;font-family:Menlo">/Users/dbanas/Library/Haskell/share/doc/x86_64-osx-ghc-7.10.3/index.html</div><div style="margin:0px;font-size:11px;font-family:Menlo">cabal: Error: some packages failed to install:</div><div style="margin:0px;font-size:11px;font-family:Menlo">ihaskell-0.8.3.0 failed during the building phase. The exception was:</div><div style="margin:0px;font-size:11px;font-family:Menlo">ExitFailure 1</div></div><div><br></div><div>Thanks, and Happy Holidays!</div><span class="HOEnZb"><font color="#888888"><div>-db</div><div><br></div></font></span></div><br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div></body></html>