From spam at scientician.net Fri Aug 14 14:53:00 2015 From: spam at scientician.net (Bardur Arantsson) Date: Fri, 14 Aug 2015 16:53:00 +0200 Subject: [arch-haskell] GHC 7.10.2? Message-ID: Hi all, Anybody on the list know if there's any ETA for GHC 7.10.2 packages? Regards, From magnus at therning.org Sun Aug 16 05:46:56 2015 From: magnus at therning.org (Magnus Therning) Date: Sun, 16 Aug 2015 07:46:56 +0200 Subject: [arch-haskell] GHC 7.10.2? In-Reply-To: References: Message-ID: <20150816054656.GB1171@tatooine> On Fri, Aug 14, 2015 at 04:53:00PM +0200, Bardur Arantsson wrote: > Hi all, > > Anybody on the list know if there's any ETA for GHC 7.10.2 packages? Are you sure you don't already have it? I built and pushed it about 3 weeks ago! % pacman -Q ghc ghc 7.10.2-1 /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus at therning.org jabber: magnus at therning.org twitter: magthe http://therning.org/magnus Time is a great teacher, but unfortunately it kills all its pupils. -- Hector Louis Berlioz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 163 bytes Desc: not available URL: From bo.bjornsen at gmail.com Sun Aug 16 08:05:30 2015 From: bo.bjornsen at gmail.com (=?ISO-8859-1?Q?Bj=F8rn_=D8ivind_Bj=F8rnsen?=) Date: Sun, 16 Aug 2015 10:05:30 +0200 Subject: [arch-haskell] GHC 7.10.2? In-Reply-To: References: Message-ID: <2090258.1bkVvnn9Uh@archdukebox> On Friday 14. August 2015 16.53.00 Bardur Arantsson wrote: > Hi all, > > Anybody on the list know if there's any ETA for GHC 7.10.2 packages? > > Regards, > It is worth to note that this mailing list is about the arch-haskell [1] repository, you can find details on it at the given link. As Magnus already stated, 7.10.2 has been built for this repository some time ago. GHC is still version 7.10.1 for the official arch repositories, marked as out of date. For more information on it, you could try contacting the maintainer directly :) [1]: https://wiki.archlinux.org/index.php/ArchHaskell Bj?rn ?ivind -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part. URL: From bburdette at gmail.com Wed Aug 19 18:48:45 2015 From: bburdette at gmail.com (Ben Burdette) Date: Wed, 19 Aug 2015 12:48:45 -0600 Subject: [arch-haskell] haskell on armv7 Message-ID: <55D4CF8D.3020607@gmail.com> short version: my question is basically how to go about getting llvm 3.5 onto armv7 arch so I can use the ghc 7.10.2 binary, available here: https://www.haskell.org/ghc/download_ghc_7_10_2#binaries I'm running a raspberry pi 2 with arch. One reason I'm using arch is that its the only distro I've tried so far with a working ghci on arch. Other things have also gone smoothly compared with raspian, for instance using Jack. However, I'm running in to problems compiling with 7.8.2, for instance ghc never finishing a compile, exiting with rc = -11, etc. I downgraded llvm to 3.4.2 since llvm 3.6 is too new for ghc 7.8.2. Compiling with 3.6 leads to other problems. My llvm downgrade packages came from the old arm-arch rollback machine, which unfortunately is no longer with us. Hints, suggestions? Thanks, Ben