Re: ANNOUNCE: GHC 7.10.2 Release Candidate 1

2015-06-15 Thread Miëtek Bak
Thanks. GHC 7.10.2-rc1 can now be installed with Halcyon: halcyon install --ghc-version=7.10.2-rc1 --cabal-version=1.22.4.0 Supported platforms include: - Amazon Linux 2014.09 - Arch Linux - CentOS 6, 7 - Debian 6, 7, 8 - Gentoo Linux - openSUSE 13.2 - OS X 10.8, 10.9, 10.10 - Red Hat

Re: OS X bindist

2015-04-22 Thread Miëtek Bak
The same 7.10.1 bindist is also available on the official downloads site; it’s just not linked from the GHC page yet: https://downloads.haskell.org/~ghc/7.10.1/ -- Miëtek https://mietek.io On 2015-04-22, at 23:05, Bob Ippolito b...@redivi.com wrote:

OS X build of GHC 7.10.1

2015-03-29 Thread Miëtek Bak
in Halcyon — on OS X and Linux. https://halcyon.sh -- Miëtek https://mietek.io On 2015-03-23, at 14:28, Miëtek Bak mie...@bak.io wrote: An OS X build of GHC 7.10.1-rc3 is now available, courtesy of Mark Lentczner. This is in addition to the GHC 7.8.4 and 7.10.1-rc2 builds Mark has made

Re: HP 2015.2.0.0 and GHC 7.10

2015-03-23 Thread Miëtek Bak
(my mirror) 7.10.1-rc3: http://www.ozonehouse.com/mark/platform/ghc-7.10.0.20150316-x86_64-apple-darwin.tar.bz2 https://halcyon.global.ssl.fastly.net/original/ghc-7.10.0.20150316-x86_64-apple-darwin.tar.bz2 (my mirror) -- Miëtek https://mietek.io On 2015-03-23, at 12:22, Miëtek Bak mie

Re: HP 2015.2.0.0 and GHC 7.10

2015-03-23 Thread Miëtek Bak
I’m asking because until these archives appear on haskell.org, your server is the closest to a canonical location. Halcyon references the canonical locations of GHC and cabal-install archives, in case a cautious user doesn’t want to use the builds I’ve prepared:

OS X builds of GHC 7.8.4, 7.10.1-rc2, and 7.10.1-rc3

2015-03-23 Thread Miëtek Bak
An OS X build of GHC 7.10.1-rc3 is now available, courtesy of Mark Lentczner. This is in addition to the GHC 7.8.4 and 7.10.1-rc2 builds Mark has made available on February 2. Thanks, Mark. GHC 7.8.4 for OS X can already be downloaded from haskell.org, even though it’s not mentioned on the

Re: wither the Platform

2015-03-23 Thread Miëtek Bak
On 2015-03-22, at 15:59, Michael Snoyman mich...@snoyman.com wrote: 2. A method for installing GHC and build tools. I personally think that it makes sense to separate out this aspect of the platform from all others. MinGHC is an example of such a project: a minimal set of functionality for

Re: [haskell-infrastructure] wither the Platform

2015-03-23 Thread Miëtek Bak
On 2015-03-23, at 18:13, Andrew Farmer afar...@ittc.ku.edu wrote: I personally just download the latest bindist from the GHC site and bootstrap cabal myself. Partly this is because my work requires me to have the latest GHC, so maybe I'm not in the HP's target demographic. That said, I would

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 2

2015-02-21 Thread Miëtek Bak
/tmp/ghc-pwd: symbol lookup error: libraries/integer-gmp2/dist-install/build/libHSinteg_21cuTlnn00eFNd4GMrxOMi-ghc7.10.0.20150123.so: undefined symbol: __gmpn_andn_n configure: error: cannot determine current directory -- Miëtek On 2015-01-27, at 06:26, Miëtek Bak mie...@bak.io wrote

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 2

2015-01-26 Thread Miëtek Bak
It appears GHC 7.10.1-rc2 doesn’t support glibc 2.11 — specifically, 2.11.1 (Ubuntu 10.04 LTS) and 2.11.3 (Debian 6). glibc 2.12 (CentOS 6) seems to work fine. Symptoms include: Installing library in /app/ghc/lib/ghc-7.10.0.20150123/ghc_0kOYffGYd794400D7yvIjm

Re: Linker change in GHC 7.8 leads to widespread issues

2014-12-03 Thread Miëtek Bak
marlo...@gmail.com To: Miëtek Bak mie...@bak.io; Carter Schonwald carter.schonw...@gmail.com Cc: cabal-de...@haskell.org cabal-de...@haskell.org; ghc-devs@haskell.org ghc-devs@haskell.org Sent: Wednesday, December 3, 2014 4:03 AM Subject: Re: Linker change in GHC 7.8 leads to widespread issues

Re: Linker change in GHC 7.8 leads to widespread issues

2014-12-02 Thread Miëtek Bak
On 2014-12-02, at 21:31, Carter Schonwald carter.schonw...@gmail.com wrote: whats an example of such a package? text-icu. https://github.com/bos/text-icu/pull/9 FWIW, I’m in favour of fixing this at the Cabal level. https://github.com/haskell/cabal/issues/2207 -- Miëtek smime.p7s

Re: GHC status report

2014-07-07 Thread Miëtek Bak
On 2014-05-01, at 23:46, Edward Kmett ekm...@gmail.com wrote: With the old custom linker we weren't able to get our custom MPFR linked in properly on all platforms for use in ghci. On Macs we ran into some rather interesting problems. We could get it to work for actual executables, but ghci