<p dir="ltr">On Thu, Aug 18, 2016 at 4:46 PM, Henning Thielemann <<a href="mailto:lemming@henning-thielemann.de">lemming@henning-thielemann.de</a>> wrote:<br>
> In the past, it caused problems to install a new 'containers' on an old GHC.<br>
> Is this problem solved?</p>
<p dir="ltr">I believe you should be able to install it in a sandbox without any trouble. AFAIK, the issue is that the GHC API is fixed to whichever version of containers came with GHC, so the types exposed by a new version of containers will not match the ones in the ghc pseudo-package. As long as you're not trying to use the GHC API with the new containers, I believe you should be fine.</p>
<p dir="ltr">>> 1. It allows the user to produce invalid maps. Unlike other functions<br>
>> that do so, it's not clear that it offers any significant efficiency<br>
>> benefit (once generalMerge is added).<br>
><br>
><br>
> How about adding WARNING or DEPRECATED?</p>
<p dir="ltr">DEPRECATED is only appropriate if it's going to be removed. WARNINGs can only be suppressed with a -Wno-warnings-deprecations flag, which makes me a bit reluctant to use them.</p>