Re: ANNOUNCE: GHC 7.10.1 Release Candidate 1

2014-12-28 Thread cg
*From:* Austin Seipp *Sent:* ‎Tuesday‎, ‎December‎ ‎23‎, ‎2014 ‎15‎:‎36 *To:* ghc-d...@haskell.org , glasgow-haskell-users@haskell.org We are pleased to announce the first release candidate for

Re: GHC 7.4.2 on Ubuntu Trusty

2014-12-28 Thread Yitzchak Gale
Resurrecting this thread: My impression was that Edward's suggestion was a simple and obvious solution to the problem of previous GHC versions quickly becoming orphaned and unbuildable. But Austin thought that this thread was stuck. Would Edward's suggestion be difficult to implement for any reas

Changes to the type checker with respect to UndecidableInstances

2014-12-28 Thread Mitsutoshi Aoe
Hi, I found a difference between GHC 7.6.3 and 7.8.3 with respect to UndecidableInstances. https://gist.github.com/maoe/57a4346eb36aee159916 7.6.3 requires UndecidableInstances to compile this snippet whereas 7.8.3 doesn't. What has changed