[Haskell] CfP LPNMR 2015 Announcement: Associated Events

2015-01-03 Thread Francesco Calimeri
[apologies for any cross-posting] Call for Papers --- 13th International Conference on Logic Programming and Non-monotonic Reasoning

[arch-haskell] How to work with x-revision

2015-01-03 Thread Nicola Squartini
With the new cblrepo on my haskell-happstack repo, the updates command outputs lines like ... HsOpenSSL: 0.11.1:x0 (0.11.1:x1) ... How do you update the x-revision? `cblrepo add HsOpenSSL,0.11.1` would reset pkg revision to 1, while I want it bumped. I would just ignore the

Re: [arch-haskell] How to work with x-revision

2015-01-03 Thread Magnus Therning
On Sat, Jan 03, 2015 at 06:02:00PM +0900, Nicola Squartini wrote: With the new cblrepo on my haskell-happstack repo, the updates command outputs lines like ... HsOpenSSL: 0.11.1:x0 (0.11.1:x1) ... How do you update the x-revision? `cblrepo add HsOpenSSL,0.11.1` would reset

Re: [arch-haskell] How to work with x-revision

2015-01-03 Thread Nicola Squartini
#2 is the best way. I can't promise a patch though. On Sun, Jan 4, 2015 at 8:00 AM, Magnus Therning mag...@therning.org wrote: On Sat, Jan 03, 2015 at 06:02:00PM +0900, Nicola Squartini wrote: With the new cblrepo on my haskell-happstack repo, the updates command outputs lines like

Re: GHC 7.4.2 on Ubuntu Trusty

2015-01-03 Thread Edward Z. Yang
Hey guys, I have a local branch of ghc-7.8 which can be compiled by 7.10. The most annoying patch that needed to be backported was AMP adjustment changes. I also messed up some stuff involving LANGUAGE pragmas which I am going to go back and clean up.