<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Thomas,<br>
<br>
up to 3/3/2010 I am looking after nearly 100 Haskell newbies in their
project end phase -- but Marc Weber promised to kick my ass in time so
I look after the hsql-XXX repos.<br>
<br>
Anyway, I just uploaded 1.8.1, since it seems to work.<br>
<br>
Cheers,<br>
<br>
&nbsp;&nbsp;&nbsp; Nick<br>
<br>
Thomas Girod wrote:
<blockquote cite="mid:20100225195149.GA30084@fairlight.lan" type="cite">
  <pre wrap="">replying to myself. there is only one line to fix in Setup.lhs


  (mysqlConfigProg, _) &lt;- requireProgram verbosity
                          mysqlConfigProgram AnyVersion (withPrograms lbi)


becomes :


  (mysqlConfigProg, _) &lt;- requireProgram verbosity
                          mysqlConfigProgram (withPrograms lbi)


obviously the new cabal version makes a difference between
"requireProgram" and "requireProgramVersion"


On Thu, Feb 25, 2010 at 08:01:34PM +0100, Thomas Girod wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi there. Looks like hdbc-mysql cannot compile against GHC-6.12 --
confirmed by the hackage build logs. [1]

anyone know a way to dodge the problem ?

cheers,

Tom

[1]
<a class="moz-txt-link-freetext" href="http://hackage.haskell.org/packages/archive/HDBC-mysql/0.6/logs/failure/ghc-6.12">http://hackage.haskell.org/packages/archive/HDBC-mysql/0.6/logs/failure/ghc-6.12</a>

_______________________________________________
Haskell-Cafe mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://www.haskell.org/mailman/listinfo/haskell-cafe">http://www.haskell.org/mailman/listinfo/haskell-cafe</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
Haskell-Cafe mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://www.haskell.org/mailman/listinfo/haskell-cafe">http://www.haskell.org/mailman/listinfo/haskell-cafe</a>

  </pre>
</blockquote>
<br>
</body>
</html>