Re: Template Haskell of GHC 7.8

2014-03-11 Thread 山本和彦
Hi, Adam told a solution which uses mkName: https://github.com/sol/doctest-haskell/issues/76 Unfortunately, I hit upon another issue of Template Haskell. I will ask a question in another mail. --Kazu Hi, The tests for doctest are not passed again with GHC 7.8: 17)

RE: Template Haskell of GHC 7.8 (again)

2014-03-11 Thread Simon Peyton Jones
Yes: https://ghc.haskell.org/trac/ghc/ticket/8833 Austin is looking at this for the 7.8 release Simon | -Original Message- | From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of Kazu | Yamamoto | Sent: 11 March 2014 06:32 | To: ghc-devs@haskell.org | Subject: Template

Re: Template Haskell of GHC 7.8 (again)

2014-03-11 Thread 山本和彦
Hi, Yes: https://ghc.haskell.org/trac/ghc/ticket/8833 Austin is looking at this for the 7.8 release Thanks. I guess you meant: https://ghc.haskell.org/trac/ghc/ticket/8831 --Kazu ___ ghc-devs mailing list ghc-devs@haskell.org

RE: Template Haskell of GHC 7.8 (again)

2014-03-11 Thread Simon Peyton Jones
Bother. Yes, correct. | -Original Message- | From: Kazu Yamamoto [mailto:k...@iij.ad.jp] | Sent: 11 March 2014 11:58 | To: Simon Peyton Jones | Cc: ghc-devs@haskell.org | Subject: Re: Template Haskell of GHC 7.8 (again) | | Hi, | | Yes: https://ghc.haskell.org/trac/ghc/ticket/8833 |

Safe Haskell

2014-03-11 Thread Simon Peyton Jones
David Any views about https://ghc.haskell.org/trac/ghc/ticket/8827? We propose to remove the recursive check (see the ticket for what that means). Simon ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Getting warnings when pushing to git.haskell.org

2014-03-11 Thread Johan Tibell
Hi, I get the following warning every time I push to git.haskell.org. Anyone have an idea what the correct fix is? $ git push origin master perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = UTF-8, LANG =

Re: Getting warnings when pushing to git.haskell.org

2014-03-11 Thread Roman Cheplyaka
Try setting your locale to something like en_US.UTF-8: export LANG=en_US.UTF-8 unset LC_CTYPE * Johan Tibell johan.tib...@gmail.com [2014-03-11 22:15:16+0100] Hi, I get the following warning every time I push to git.haskell.org. Anyone have an idea what the correct fix is? $ git push