<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Simon Marlow wrote:
<blockquote
 cite="mid3429668D0E777A499EE74A7952C382D1039895C9@EUR-MSG-01.europe.corp.microsoft.com"
 type="cite">
  <pre wrap="">On 10 May 2005 11:11, Daan Leijen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Simon Marlow wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap=""> 1. Package builders should be careful about dependencies.  Don't
    depend on any non-hierarchical packages from an exposed package.
    Daan - can you fix wxHaskell?</pre>
    </blockquote>
    <pre wrap="">Yes, I probably can -- I guess it is time to move forward and forget
about compatability with older ghc's (&lt; 6.2.2)

However, I don't really understand what is wrong and what to fix :-)
(should I remove -package util and qualify explicitly in the code?)

I can probably figure it out from the docs but maybe it would help
if someone could add some "simple guidelines for package writers"
documentation that would tell concretely what is good practice
(and what is bad practice).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Depending on any hslibs package is bad practice.  Ok? :-)
  </pre>
</blockquote>
Ah, I see now that "util" is no longer part of the documented standard
packages.<br>
Ok. That is really easy to fix. <br>
<br>
Thanks,<br>
-- Daan.<br>
<br>
<br>
<blockquote
 cite="mid3429668D0E777A499EE74A7952C382D1039895C9@EUR-MSG-01.europe.corp.microsoft.com"
 type="cite">
  <pre wrap="">
Cheers,
        Simon
_______________________________________________
Libraries mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libraries@haskell.org">Libraries@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://www.haskell.org/mailman/listinfo/libraries">http://www.haskell.org/mailman/listinfo/libraries</a>
  </pre>
</blockquote>
<br>
</body>
</html>