
Hi, I know we're waiting until the last minute before the Cabal release that need to go into 7.8. Should I make that release now? -- Johan

That sounds good to me. I'm setting up the RC2 builds now, so we can
update our Cabal copy to the latest release after that, for the final
release. Right now we're at e97aa58f68519db54de1c62339459ebb88aed069,
which is just ahead of 1.18.1.3.
As Duncan noted to me, we'll also have to do a cabal-install release,
to make sure that it can build with the adjusted version bounds
present in 7.8.
Herbert, Duncan - any other input?
Thanks Johan!
On Fri, Feb 28, 2014 at 4:48 PM, Johan Tibell
Hi,
I know we're waiting until the last minute before the Cabal release that need to go into 7.8. Should I make that release now?
-- Johan
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

are we going to try to make cabal-install binaries available for tier 1
platforms?
On Fri, Feb 28, 2014 at 6:02 PM, Austin Seipp
That sounds good to me. I'm setting up the RC2 builds now, so we can update our Cabal copy to the latest release after that, for the final release. Right now we're at e97aa58f68519db54de1c62339459ebb88aed069, which is just ahead of 1.18.1.3.
As Duncan noted to me, we'll also have to do a cabal-install release, to make sure that it can build with the adjusted version bounds present in 7.8.
Herbert, Duncan - any other input?
Thanks Johan!
On Fri, Feb 28, 2014 at 4:48 PM, Johan Tibell
wrote: Hi,
I know we're waiting until the last minute before the Cabal release that need to go into 7.8. Should I make that release now?
-- Johan
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

johan, any chance this can get cherry picked for cabal-install 1.18? https://github.com/haskell/cabal/pull/1707 :) On Fri, Feb 28, 2014 at 6:19 PM, Carter Schonwald < carter.schonwald@gmail.com> wrote:
are we going to try to make cabal-install binaries available for tier 1 platforms?
On Fri, Feb 28, 2014 at 6:02 PM, Austin Seipp
wrote: That sounds good to me. I'm setting up the RC2 builds now, so we can update our Cabal copy to the latest release after that, for the final release. Right now we're at e97aa58f68519db54de1c62339459ebb88aed069, which is just ahead of 1.18.1.3.
As Duncan noted to me, we'll also have to do a cabal-install release, to make sure that it can build with the adjusted version bounds present in 7.8.
Herbert, Duncan - any other input?
Thanks Johan!
On Fri, Feb 28, 2014 at 4:48 PM, Johan Tibell
wrote: Hi,
I know we're waiting until the last minute before the Cabal release that need to go into 7.8. Should I make that release now?
-- Johan
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

oh, ignore that last one, i guess its landing in 1.20 :) On Fri, Feb 28, 2014 at 7:26 PM, Carter Schonwald < carter.schonwald@gmail.com> wrote:
johan, any chance this can get cherry picked for cabal-install 1.18? https://github.com/haskell/cabal/pull/1707 :)
On Fri, Feb 28, 2014 at 6:19 PM, Carter Schonwald < carter.schonwald@gmail.com> wrote:
are we going to try to make cabal-install binaries available for tier 1 platforms?
On Fri, Feb 28, 2014 at 6:02 PM, Austin Seipp
wrote: That sounds good to me. I'm setting up the RC2 builds now, so we can update our Cabal copy to the latest release after that, for the final release. Right now we're at e97aa58f68519db54de1c62339459ebb88aed069, which is just ahead of 1.18.1.3.
As Duncan noted to me, we'll also have to do a cabal-install release, to make sure that it can build with the adjusted version bounds present in 7.8.
Herbert, Duncan - any other input?
Thanks Johan!
Hi,
I know we're waiting until the last minute before the Cabal release
On Fri, Feb 28, 2014 at 4:48 PM, Johan Tibell
wrote: that need to go into 7.8. Should I make that release now?
-- Johan
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

On Sat, Mar 1, 2014 at 12:19 AM, Carter Schonwald < carter.schonwald@gmail.com> wrote:
are we going to try to make cabal-install binaries available for tier 1 platforms?
"Are we" is a magic phrase meaning "perhaps I should". :) In other words, if people provide me with binaries, I will put them on the website.

On Sat, Mar 1, 2014 at 12:02 AM, Austin Seipp
That sounds good to me. I'm setting up the RC2 builds now, so we can update our Cabal copy to the latest release after that, for the final release. Right now we're at e97aa58f68519db54de1c62339459ebb88aed069, which is just ahead of 1.18.1.3.
(Note that 1.18.1.3 is not a released version, just a version bump in the repo in preparation for the release.) The 1.18 branch is currently at 0d5ffeb91075739246627da17bda945aedc6a427 and I'm worried that ee6d1cf5cefe18f6d74ed379af21d92f8b0ae92d hasn't seen enough testing. Duncan suggested ( https://github.com/haskell/cabal/issues/1660) that this change should be included in a GHC RC, but since that's a bit annoying I'll try a Cabal RC instead.
As Duncan noted to me, we'll also have to do a cabal-install release, to make sure that it can build with the adjusted version bounds present in 7.8.
Will do that when I do the Cabal release. -- Johan

On Sat, Mar 1, 2014 at 8:23 AM, Johan Tibell
On Sat, Mar 1, 2014 at 12:02 AM, Austin Seipp
wrote: That sounds good to me. I'm setting up the RC2 builds now, so we can update our Cabal copy to the latest release after that, for the final release. Right now we're at e97aa58f68519db54de1c62339459ebb88aed069, which is just ahead of 1.18.1.3.
(Note that 1.18.1.3 is not a released version, just a version bump in the repo in preparation for the release.)
The 1.18 branch is currently at 0d5ffeb91075739246627da17bda945aedc6a427 and I'm worried that ee6d1cf5cefe18f6d74ed379af21d92f8b0ae92d hasn't seen enough testing. Duncan suggested ( https://github.com/haskell/cabal/issues/1660) that this change should be included in a GHC RC, but since that's a bit annoying I'll try a Cabal RC instead.
I just announce a RC1 for Cabal/cabal-install. In case you do any more GHC RCs, please update the GHC repo to the latest cabal 1.18 HEAD.
participants (3)
-
Austin Seipp
-
Carter Schonwald
-
Johan Tibell