Increasing version number of hsc2hs etc.

2016-09-03 Thread Richard Cook
Hi,

I recently fixed a bug in hsc2hs which was merged into ghc-8.0. What's the
process around bumping the version number of hsc2hs and publishing a new
version of this package to Hackage?

-Richard
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


RE: Increasing version number of hsc2hs etc.

2016-09-04 Thread Richard Cook
Perfect! Thanks for taking care of this.

-RichardFrom: Ben Gamari
Sent: ‎9/‎4/‎2016 6:32 AM
To: rc...@rcook.org; ghc-devs@haskell.org
Subject: Re: Increasing version number of hsc2hs etc.
Richard Cook <rc...@rcook.org> writes:

> Hi,
>
> I recently fixed a bug in hsc2hs which was merged into ghc-8.0. What's the
> process around bumping the version number of hsc2hs and publishing a new
> version of this package to Hackage?
>
Richard,

for the record Herbert said he would prefer to wait until we are closer
to the 8.0.2 release until we push the new release. I've opened GHC Trac
#12568 to ensure that we don't lose track of this.

Cheers,

- Ben
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


hsc2hs fix

2016-08-30 Thread Richard Cook
Ben et al,

I'm responding to your last call for merge requests (
https://mail.haskell.org/pipermail/ghc-devs/2016-August/012693.html). I
would really like to get this fix to hsc2hs in if it all possible:

https://phabricator.haskell.org/D2478

Thanks, Richard.
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


RE: Test T12504 on Windows

2016-09-20 Thread Richard Cook
Thanks! Yes, I did mean to reply all.
-Richard


Sent via the Samsung Galaxy S7 edge, an AT 4G LTE smartphone
 Original message From: loneti...@gmail.com Date: 9/20/16  6:03 
PM  (GMT-08:00) To: Richard Cook <rc...@rcook.org>, Simon Peyton Jones 
<simo...@microsoft.com>, ghc-devs@haskell.org Subject: RE: Test T12504 on 
Windows 
I believe you forgot to press Reply-All Richard. In any case a fix is up at 
https://phabricator.haskell.org/D2537 Sorry, should have caught this during 
review. Tamar From: Richard Cook
Sent: Tuesday, September 20, 2016 23:35
To: Phyx
Subject: Re: Test T12504 on Windows Dear All, This is the test case that was 
added to validate the fix to hsc2hs. Here's the commit that added the test 
case: 
https://git.haskell.org/ghc.git/commitdiff/76286af5c621f032c4afab1f26b992e8ffa7f84d
 Output on Windows should include backslashes, other platforms should use 
forward slashes. This is keyed off the WINDOWS Makefile variable. -Richard  On 
Tue, Sep 20, 2016 at 3:10 PM, Phyx <loneti...@gmail.com> wrote:The new output 
is correct. hsc2hs was patched to fix the error messages it gives. We missed a 
test it seems. I'll update the test output when I get home. Thanks Simon, 
Tamar  On Tue, Sep 20, 2016, 23:06 Simon Peyton Jones via ghc-devs 
<ghc-devs@haskell.org> wrote:Test hsc2hs/T12504 is failing thus on Windows. 
Something path-y.Simon -{-# LINE 1 "T12504/path/to/T12504.hsc" #-}-{-# LINE 2 
"T12504/path/to/T12504.hsc" #-}+{-# LINE 1 "T12504\\path\\to\\T12504.hsc" 
#-}+{-# LINE 2 "T12504\\path\\to\\T12504.hsc" #-}*** unexpected failure for 
T12504(normal)___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs  ___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs