<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I (really) should have known better: this change is intentional. GHC 8.6 changes the way that * is parsed in types. Specifically, * is always parsed as if it is a synonym for Type (that is, the kind of things like Int and Bool), not a binary operator. If you want it to be a binary operator, you must specify -XNoStarIsType.<div class=""><br class=""></div><div class="">Richard<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 30, 2018, at 7:33 PM, Richard Eisenberg <<a href="mailto:rae@cs.brynmawr.edu" class="">rae@cs.brynmawr.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I've created a ticket for this: <a href="https://ghc.haskell.org/trac/ghc/ticket/15329" class="">https://ghc.haskell.org/trac/ghc/ticket/15329</a><div class=""><br class=""></div><div class="">Thanks for letting us know!<br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Jun 30, 2018, at 7:26 PM, Vanessa McHale <<a href="mailto:vanessa.mchale@iohk.io" class="">vanessa.mchale@iohk.io</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class=""><p class="">The parser seems to be broken. Attempting to build <a moz-do-not-send="true" href="http://hackage.haskell.org/package/basement" class="">basement</a>
      yields:</p><p class="">Basement/Nat.hs:15:46: error: parse error on input ‘*’ |
      15 | , type (<=), type (<=?), type (+), type (*), type (^),
      type (-) | ^
    </p>
    I'm not 100% sure where to report bugs for the alpha. <br class="">
    <br class="">
    <div class="moz-cite-prefix">On 06/30/2018 04:26 PM, Ben Gamari
      wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:87fu14ufsp.fsf@smart-cactus.org" class="">
      <pre wrap="" class="">The GHC development team is pleased to announce the first 
alpha release leading up to GHC 8.6.1. The usual release artifacts
are available from

    <a class="moz-txt-link-freetext" href="https://downloads.haskell.org/~ghc/8.6.1-alpha1">https://downloads.haskell.org/~ghc/8.6.1-alpha1</a>

This is the first release (partially) generated using our new CI
infrastructure. One known issue is that the haddock documentation is
currently unavailable. This will be fixed in the next alpha release. Do
let us know if you spot anything else amiss.

As always, do let us know if you encounter any trouble in the course of
testing. Thanks for your help!

Cheers,

- Ben
</pre>
      <!--'"--><br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br class="">
      <pre wrap="" class="">_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
<a class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a>
Only members subscribed via the mailman list are allowed to post.</pre>
    </blockquote>
  </div>

_______________________________________________<br class="">Haskell-Cafe mailing list<br class="">To (un)subscribe, modify options or view archives go to:<br class=""><a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" class="">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br class="">Only members subscribed via the mailman list are allowed to post.</div></blockquote></div><br class=""></div></div>_______________________________________________<br class="">Haskell-Cafe mailing list<br class="">To (un)subscribe, modify options or view archives go to:<br class=""><a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" class="">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br class="">Only members subscribed via the mailman list are allowed to post.</div></blockquote></div><br class=""></div></body></html>