<div dir="ltr"><br><div>The default impl was added in the course of</div><div><br></div><div><a href="https://phabricator.haskell.org/D4857">https://phabricator.haskell.org/D4857</a><br></div><div><br></div><div><a href="https://ghc.haskell.org/trac/ghc/ticket/12970">https://ghc.haskell.org/trac/ghc/ticket/12970</a><br></div><div><br></div><div>with the intention of facilitating its eventual removal by providing a smoother migration path over a 3-year compat-window. </div><div><br></div><div>What I can't explain is why the `MINIMAL` pragma wasn't adapted to take into account that `bitSize` now has a default impl; </div><div><br></div><div>But then again, <a href="https://phabricator.haskell.org/D4857">https://phabricator.haskell.org/D4857</a> also states there was no code review logged:<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This revision was not accepted when it landed; it landed in state Needs Review.</blockquote><div><br></div><div>... :-)</div><div><br></div><div> </div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 1, 2019 at 12:08 PM chessai . <<a href="mailto:chessai1996@gmail.com">chessai1996@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">All,<br>
<br>
In Data.Bits.Bits, `bitSize` has been marked deprecated for a while.<br>
but in 4.12, it was also given a default implementation. The issue is<br>
that it is in the minimal pragma as a required method. So, if I define<br>
it, I get a deprecation warning, but if I don't define it, I get a<br>
warning about missing implementations.<br>
<br>
Is this the intended behaviour?<br>
<br>
Thanks<br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>