Re: [Haskell-cafe] Cabal and cabal-install minor release (1.22.2.0)

Thanks, Ryan.
Binaries of cabal-install 1.22.2.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 19 (i386 and x86_64)
- Fedora 20 (i386 and x86_64)
- Fedora 21 (x86_64)
- openSUSE 13.2 (x86_64)
- OS X 10.8 (x86_64)
- OS X 10.9 (x86_64)
- OS X 10.10 (x86_64)
- Red Hat Enterprise Linux 6 (x86_64)
- Red Hat Enterprise Linux 7 (x86_64)
- SUSE Linux Enterprise Server 12 (x86_64)
- Ubuntu 10.04 LTS (i386 and x86_64)
- Ubuntu 12.04 LTS (i386 and x86_64)
- Ubuntu 14.04 LTS (i386 and x86_64)
- Ubuntu 14.10 (i386 and x86_64)
See https://github.com/mietek/halcyon/issues/38 for details of cross-platform support.
Let me know if I can help with the automation.
--
Miëtek
On 2015-03-21, at 21:34, Ryan Thomas
I have released both Cabal and cabal-install 1.22.2.0 today, cabal-install has just gone out now.
These have been published to Hackage and are available on the download page of haskell.org.
As a part of this process I have also updated the release documentation (https://github.com/haskell/cabal/wiki/Making-a-release) to support the new sftp-only push to haskell.org.
There are a couple of outstanding items to tie off with this release: - The {Cabal|cabal-install}-latest symlinks on haskell.org still need to be updated - The Windows/OSX/Linux specific binaries need to be built and updated on the download page; Johan I will probably need some guidance on the process for this.
Once I get these items tied off, my main focus will be the automation of this release process.
Cheers,
ryan _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel

Hi,
On 22 March 2015 at 00:49, Miëtek Bak
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 adding Windows support? Our release process could use some automation in this area.

I’d like to add Windows support, eventually (https://github.com/mietek/halcyon/issues/42).
My main focus right now is enabling the distribution of Haskell applications in binary form, without requiring the cooperation of application authors. To be specific, I’d like the user to be able to say `halcyon install idris`, and get the latest version of Idris installed on their system in 5-10 seconds.
Preposterous? This is how Halcyon already works:
https://halcyon.sh/tutorial/#install-the-app
Of course, this requires the application to be built ahead of time, which in turn requires version constraints to be declared for the application.
Now, application authors don’t seem eager to declare version constraints. However, declaring a particular version of Stackage LTS is equivalent to declaring a full set of version constraints (https://github.com/mietek/halcyon/issues/41, https://github.com/mietek/halcyon/issues/40).
It seems to me that adopting Stackage LTS should reduce the binary distribution problem to automating the process of performing regular builds across many platforms.
Looking forward to your comments.
--
Miëtek
https://mietek.io
On 2015-03-23, at 00:35, Mikhail Glushenkov
Hi,
On 22 March 2015 at 00:49, Miëtek Bak
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 adding Windows support? Our release process could use some automation in this area.

I already do regular binary builds: every time I do a Stackage Nightly or
LTS Haskell build. If it would be useful to share those binaries somewhere,
let me know. Of course, sharing the entire binary package database for each
nightly build would become a pretty hefty storage burden, but we can
probably figure something out around the LTSs.
On Mon, Mar 23, 2015 at 3:42 AM Miëtek Bak
I’d like to add Windows support, eventually (https://github.com/mietek/ halcyon/issues/42).
My main focus right now is enabling the distribution of Haskell applications in binary form, without requiring the cooperation of application authors. To be specific, I’d like the user to be able to say `halcyon install idris`, and get the latest version of Idris installed on their system in 5-10 seconds.
Preposterous? This is how Halcyon already works: https://halcyon.sh/tutorial/#install-the-app
Of course, this requires the application to be built ahead of time, which in turn requires version constraints to be declared for the application.
Now, application authors don’t seem eager to declare version constraints. However, declaring a particular version of Stackage LTS is equivalent to declaring a full set of version constraints (https://github.com/mietek/ halcyon/issues/41, https://github.com/mietek/halcyon/issues/40).
It seems to me that adopting Stackage LTS should reduce the binary distribution problem to automating the process of performing regular builds across many platforms.
Looking forward to your comments.
-- Miëtek https://mietek.io
On 2015-03-23, at 00:35, Mikhail Glushenkov
wrote: Hi,
On 22 March 2015 at 00:49, Miëtek Bak
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 adding Windows support? Our release process could use some automation in this area.
participants (3)
-
Michael Snoyman
-
Mikhail Glushenkov
-
Miëtek Bak