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: Ready to make release candidates for 1.18 and 1.20 bugfix releases

2014-12-03 Thread Miëtek Bak
I don’t see “Self-constraint not included in frozen constraints” (8ed42ce) on the list for 1.20, and I’d very much like for it to be included. This commit is included in PR#1990, and is a fix for #1908. https://github.com/haskell/cabal/pull/1990 https://github.com/haskell/cabal/issues/1908 --

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-devel@haskell.org cabal-devel@haskell.org; ghc-d...@haskell.org ghc-d...@haskell.org Sent: Wednesday, December 3, 2014 4:03 AM Subject: Re: Linker change in GHC 7.8 leads to widespread issues

Re: Heads-up: planning to create 1.22 RC on Thursday

2014-12-13 Thread Miëtek Bak
My simple PR has been stuck in review since 1 July. Does anyone have a moment to spare? https://github.com/haskell/cabal/pull/1977 -- Miëtek On 2014-12-13, at 20:11, Johan Tibell johan.tib...@gmail.com wrote: I plan to create the 1.22 RC on Thursday so it can go in the GHC 7.10 RC.

Re: 1.18 and 1.20 patch releases done

2014-12-15 Thread Miëtek Bak
I should add — this is on a bare Ubuntu 14.04 LTS system, with only GHC 7.8.3 installed, and nothing else. -- Miëtek On 2014-12-16, at 03:37, Miëtek Bak mie...@bak.io wrote: Bootstrapping 1.20.0.4 fails for me: Configuring cabal-install-1.20.0.4... Setup: At least

Re: 1.18 and 1.20 patch releases done

2014-12-20 Thread Miëtek Bak
at 8:43 AM, Johan Tibell johan.tib...@gmail.com wrote: Ah, the bootstrap script needs to be updated after the Network.URI split. :/ On Tue, Dec 16, 2014 at 4:47 AM, Miëtek Bak mie...@bak.io wrote: I should add — this is on a bare Ubuntu 14.04 LTS system, with only GHC 7.8.3 installed

Cabal webpage on haskell.org

2015-03-15 Thread Miëtek Bak
There are at two problems with the Cabal webpage on haskell.org: 1. The release directories are no longer browseable, as attempting to list their contents fails with 403 errors. Being able to browse these directories was probably the only way to locate binary downloads for releases older

Re: Version constraints and cabal.config files

2015-03-25 Thread Miëtek Bak
On 2015-03-25, at 12:16, Michael Snoyman mich...@fpcomplete.com wrote: Trying to understand the problem: currently, with your approach, if the project depends on a library not in the LTS Haskell release, then the cabal-install dependency solver won't be able to find it. Instead, you'd like

Re: Cabal and cabal-install minor release (1.22.2.0)

2015-03-29 Thread Miëtek Bak
? On Sun, Mar 22, 2015 at 5:58 PM, Miëtek Bak mie...@bak.io wrote: Thanks, Ryan. I’ve since added binaries of 1.22.2.0 for: - Gentoo Linux (x86_64) - Slackware 14.1 (x86_64) I should note this is in addition to binaries of 1.22.0.0 and 1.20.0.3, also available for all of the previously

Re: Cabal and cabal-install minor release (1.22.2.0)

2015-03-22 Thread Miëtek Bak
Thanks, Ryan. I’ve since added binaries of 1.22.2.0 for: - Gentoo Linux (x86_64) - Slackware 14.1 (x86_64) I should note this is in addition to binaries of 1.22.0.0 and 1.20.0.3, also available for all of the previously mentioned platforms. Other versions can also be selected by the user to

Re: Cabal and cabal-install minor release (1.22.2.0)

2015-03-22 Thread Miëtek Bak
:35, Mikhail Glushenkov the.dead.shall.r...@gmail.com wrote: Hi, On 22 March 2015 at 00:49, Miëtek Bak mie...@bak.io wrote: Thanks, Ryan. Binaries of cabal-install 1.22.2.0 are now available in Halcyon on the following platforms: [...] That's quite impressive! Have you considered

Re: Cabal webpage on haskell.org

2015-03-23 Thread Miëtek Bak
, note: I just changed the nginx.conf directly, we need to backport all our changes into the full deploy scripts…) —Gershom On March 15, 2015 at 3:18:52 AM, Miëtek Bak (mie...@bak.io) wrote: There are at two problems with the Cabal webpage on haskell.org: 1. The release directories

Re: Cabal and simultaneous installations of the same package

2015-03-23 Thread Miëtek Bak
On 2015-03-23, at 09:52, Simon Peyton Jones simo...@microsoft.com wrote: The point is that I may need to install a bunch of packages to build a program. If I’m using Cabal, none of those newly installed packages need be exposed; I simply need them there so I can compile my program (using

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: Cabal and cabal-install minor release (1.22.2.0)

2015-05-05 Thread Miëtek Bak
-03-29, at 15:14, Miëtek Bak mie...@bak.io wrote: Yes, it is possible, and no, sandboxes are kept in separate archives. Each of the following archives contains the cabal-install executable only, bootstrapped using GHC 7.8.4, located in `./bin/cabal`. Bootstrapped on OS X 10.10: https

Re: ANN: Cabal and cabal-install 1.22.3.0 released

2015-05-05 Thread Miëtek Bak
Ryan, cabal-install binaries for 1.20.1.0, 1.22.3.0, and 1.22.4.0 are now available in Halcyon on the following platforms: - Amazon Linux 2014.09 (x86_64) - Arch Linux (x86_64) - CentOS 6 (i386 and x86_64) - CentOS 7 (x86_64) - Debian 6 (i386 and x86_64) - Debian 7 (i386 and x86_64) - Fedora 20

Re: ANN: cabal-install-1.22.6.0 has been released

2015-06-17 Thread Miëtek Bak
Thanks. cabal-install 1.22.6.0 (and 1.22.5.0) can now be installed with Halcyon: halcyon install --cabal-version=1.22.6.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: ANN: cabal-install-1.22.6.0 has been released

2016-01-25 Thread Miëtek Bak
Dear Ryan, Please remove the exhaustive list of platforms supported by Halcyon from the Cabal download page. It’s now more confusing than helpful. Thanks, -- Miëtek https://mietek.io On Tue, Nov 10, 2015, at 05:33, Miëtek Bak wrote: > Dear Ryan, > > The Cabal download page ha