Docs of the daily builds broken

2015-02-24 Thread Joachim Breitner
Hi, while the index at http://haskell.inf.elte.hu/docs/7.11.20150222.noWin32/html/libraries/index.html exists, navigating to http://haskell.inf.elte.hu/docs/7.11.20150222.noWin32/html/libraries/Data-Char.html yields a 404 error. Same for http://haskell.inf.elte.hu/docs/latest/html/libraries/Data-

Re: Docs of the daily builds broken

2015-02-24 Thread Páli Gábor János
Hi there, 2015-02-24 9:32 GMT+01:00 Joachim Breitner : > while the index at > http://haskell.inf.elte.hu/docs/7.11.20150222.noWin32/html/libraries/index.html > exists, navigating to > http://haskell.inf.elte.hu/docs/7.11.20150222.noWin32/html/libraries/Data-Char.html > yields a 404 error. > > Same

Re: Proposal: Turn on ScopedTypeVariables by default

2015-02-24 Thread Herbert Valerio Riedel
On 2015-02-23 at 18:45:20 +0100, David Feuer wrote: > I know this will be controversial, because it can break (weird) code and > because it's not Haskell 2010, but hey, you can't make brain salad without > breaking a few heads. Are you suggesting enabling -XScopedTypeVariables for -XHaskell98 and

Re: Proposal: Turn on ScopedTypeVariables by default

2015-02-24 Thread Roman Cheplyaka
On 24/02/15 14:46, Herbert Valerio Riedel wrote: > On 2015-02-23 at 18:45:20 +0100, David Feuer wrote: >> I know this will be controversial, because it can break (weird) code and >> because it's not Haskell 2010, but hey, you can't make brain salad without >> breaking a few heads. > > Are you sug

Re: Arrow Development

2015-02-24 Thread Thomas Bereknyei
Using RULES to simplify arrows in conjunction with proc-do notation doesn't seem feasible. (If i'm wrong, please tell me). The desugarer seems to use lambdas that can't be captured by RULES: (\ ds_d9Aj -> let! { (a_a851, b_a852) ~ _ <- ds_d9Aj } in ((a_a851, b_a852)

Broken `cabal haddock --hoogle` with GHC 7.10

2015-02-24 Thread Michael Snoyman
I'm not really able to follow the details of this, but I wanted to raise to everyone's attention a serious bug with the current GHC 7.10 RC, Cabal 1.22, and/or Haddock. Currently, running `cabal haddock --hoogle` does not work. There seem to be two different issues open about it: https://github.co

Re: Broken `cabal haddock --hoogle` with GHC 7.10

2015-02-24 Thread Mateusz Kowalczyk
On 02/25/2015 05:41 AM, Michael Snoyman wrote: > I'm not really able to follow the details of this, but I wanted to raise to > everyone's attention a serious bug with the current GHC 7.10 RC, Cabal > 1.22, and/or Haddock. Currently, running `cabal haddock --hoogle` does not > work. There seem to be