<div dir="ltr">hey ivan, AMP will be required in 7.10 no matter what the outcome of the FTP survey, which is mostly about changes to foldable and whether foldable + traversable will be in prelude<div>cheers</div><div>-Carter</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 6:47 PM, Ivan Lazar Miljenovic <span dir="ltr"><<a href="mailto:ivan.miljenovic@gmail.com" target="_blank">ivan.miljenovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've received several requests for this, but especially because of the<br>
burning bridges proposal and the ongoing  survey about whether it<br>
should be included in 7.10 I'm wanting to hold back on doing a<br>
7.10-compatible release until I know what will actually be required.<br>
<span class="im HOEnZb"><br>
On 17 February 2015 at 00:22, C Maeder <<a href="mailto:c.maeder@jacobs-university.de">c.maeder@jacobs-university.de</a>> wrote:<br>
> Hi Ivan,<br>
><br>
> could you make a new release of fgl that works with ghc-7.10?<br>
><br>
> I could compile it locally after the following changes:<br>
><br>
>   Data/Graph/Inductive/Query/Monad.hs<br>
><br>
> +import Control.Applicative<br>
> +import Control.Monad (ap, liftM)<br>
><br>
> +instance Monad m => Functor (GT m g) where<br>
> +    fmap = liftM<br>
> +<br>
> +instance Monad m => Applicative (GT m g) where<br>
> +    pure = return<br>
> +    (<*>) = ap<br>
><br>
>   Data/Graph/Inductive/Monad/IOArray.hs<br>
><br>
> -{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-}<br>
> +{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, FlexibleContexts #-}<br>
><br>
> I'm not sure why FlexibleContexts is now needed and I'm not sure how the<br>
> package version number should change.<br>
><br>
> Cheers Christian<br>
<br>
<br>
<br>
</span><span class="HOEnZb"><font color="#888888">--<br>
Ivan Lazar Miljenovic<br>
<a href="mailto:Ivan.Miljenovic@gmail.com">Ivan.Miljenovic@gmail.com</a><br>
<a href="http://IvanMiljenovic.wordpress.com" target="_blank">http://IvanMiljenovic.wordpress.com</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</div></div></blockquote></div><br></div>