Re: Has ghc-9.0 for windows changed to require installation?

2021-02-09 Thread Takenobu Tani
at 10:05 PM, Takenobu Tani wrote: >>> >>> Hi devs, >>> >>> The ghc-binary for windows needs to `make install` since ghc-9.0 [1]. >>> Is this an intended change? >>> >>> Previously, ghc-8.10.4 binary for windows [2] doesn't need to `make >

Re: Has ghc-9.0 for windows changed to require installation?

2021-02-08 Thread Phyx
e ghc-binary for windows needs to `make install` since ghc-9.0 [1]. >> Is this an intended change? >> >> Previously, ghc-8.10.4 binary for windows [2] doesn't need to `make >> install`. >> We only expand the tar-file and then we can execute `bin/ghcii.sh`. >>

Re: Has ghc-9.0 for windows changed to require installation?

2021-02-08 Thread Moritz Angermann
e install` since ghc-9.0 [1]. > Is this an intended change? > > Previously, ghc-8.10.4 binary for windows [2] doesn't need to `make > install`. > We only expand the tar-file and then we can execute `bin/ghcii.sh`. > > [1]: > https://downloads.haskell.org/ghc/9.0.1/ghc-9.0.1-x

Has ghc-9.0 for windows changed to require installation?

2021-02-08 Thread Takenobu Tani
Hi devs, The ghc-binary for windows needs to `make install` since ghc-9.0 [1]. Is this an intended change? Previously, ghc-8.10.4 binary for windows [2] doesn't need to `make install`. We only expand the tar-file and then we can execute `bin/ghcii.sh`. [1]: https://downloads.haskell.org/ghc

Re: GHC 9.0!

2020-07-25 Thread Joachim Breitner
Am Freitag, den 24.07.2020, 11:37 -0400 schrieb Ben Gamari: > As no one has objected, let's move ahead with this proposal. GHC 8.12.1 > shall henceforth be 9.0.1. Allow me to fix the Subject of this mail thread then ;-) -- Joachim Breitner m...@joachim-breitner.de

Re: GHC 9.0?

2020-07-24 Thread Ben Gamari
ce Monster, > simplified subsumption > * Better register allocation, improving runtime by 0.8% according to > release notes > * ghc-bignum > * Explicit specificity and eager instantiation > * Qualified do > * Lexical negation > * Perhaps Quick Look will manage to land >

Re: GHC 9.0?

2020-07-22 Thread Ben Gamari
"Alan & Kim Zimmerman" writes: > Which sounds like we have agreed on 9.0? > I've not heard any objections so I am happy to push through the change. However, I'm waiting another day before formally announcing. The earlier email was a bit of a slip on my part. If anyone sees a good reason why

Re: GHC 9.0?

2020-07-22 Thread Alan & Kim Zimmerman
Which sounds like we have agreed on 9.0? Alan On Thu, 23 Jul 2020, 00:28 Ben Gamari, wrote: > Artem Pelenitsyn writes: > > > Does Quick Look still have chances to make it into the next release? > > It'd be fascinating if the major version bump got both linear and > > impredicative types! > >

Re: GHC 9.0?

2020-07-22 Thread Ben Gamari
Artem Pelenitsyn writes: > Does Quick Look still have chances to make it into the next release? > It'd be fascinating if the major version bump got both linear and > impredicative types! > I'm afraid not. Quick Look will need to wait for 9.2. Cheers, - Ben signature.asc Description: PGP

Re: GHC 9.0?

2020-07-17 Thread Ben Gamari
; * Linear types >>> >> * Large-scale typechecker changes - Taming the Kind Inference >Monster, >>> >> simplified subsumption >>> >> * Better register allocation, improving runtime by 0.8% according >to >>> >> release notes >>>

GHC 9.0?

2020-07-17 Thread Krzysztof Gogolewski
runtime by 0.8% according to release notes * ghc-bignum * Explicit specificity and eager instantiation * Qualified do * Lexical negation * Perhaps Quick Look will manage to land Should we call it GHC 9.0? I think the name would be deserved. ___ ghc-devs