Re: AMP failure

2013-09-18 Thread Austin Seipp
Hm, somehow we missed an Applicative instance in HSCParser when I applied David's patches, but I'm not sure how. I haven't seen this at all during my validate runs... I can push a fix momentarily. On Wed, Sep 18, 2013 at 12:03 PM, Simon Peyton-Jones wrote: > I think my tree is up to date but I’m

Re: AMP failure

2013-09-18 Thread Austin Seipp
Simon, this should now be fixed in 9960cac0996585a592b9b53cd19356eb8abb3526 - please update your copy of hsc2hs under utils/ See http://git.haskell.org/hsc2hs.git/commitdiff/9960cac0996585a592b9b53cd19356eb8abb3526 On Wed, Sep 18, 2013 at 12:03 PM, Simon Peyton-Jones wrote: > I think my tree is

AMP failure

2013-09-18 Thread Simon Peyton-Jones
I think my tree is up to date but I’m getting this. Any ideas? simon "inplace/bin/ghc-stage1" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -Werror -Wall -H64m -O0-package-name xhtml-3000.2.1 -hide-all-packages -i -ilibraries/xhtml/. -ilibraries/xhtml/dist-install/build -ilibraries/xhtml/d

Re: AMP failure

2013-09-18 Thread Joachim Breitner
Hi, Am Mittwoch, den 18.09.2013, 17:03 + schrieb Simon Peyton-Jones: > utils/hsc2hs/HSCParser.hs:24:10: Warning: > > ‛Parser’ is an instance of Monad but not Applicative - this will > become an error in GHC 7.10, under the Applicative-Monad Proposal. I had this as well, went away after a