From ryan at ryant.org Mon May 2 11:32:27 2016 From: ryan at ryant.org (Ryan Thomas) Date: Mon, 2 May 2016 12:32:27 +0100 Subject: [ANN] Cabal and cabal-install 1.24.0.0 have been released Message-ID: Hi all, Cabal and cabal-install 1.24.0.0 have been released. These have been uploaded to hackage, tagged in the repo and updated on the downloads page. The changelog is quite extensive, so please see here and here for the complete details. Cheers, ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: From carter.schonwald at gmail.com Mon May 2 21:36:29 2016 From: carter.schonwald at gmail.com (Carter Schonwald) Date: Mon, 2 May 2016 17:36:29 -0400 Subject: Cabal build vs cabal new-build output differences? Message-ID: Hello all! I upgraded my cabal-install from a dev snapshot of 1.24 to the release (currently using ghc 8.0 rc4) One change I'm trying to track down is that my standard editor tooling (sublime Haskell ) now hangs when there's non empty output in stderr (, which it would typically parse and present error highlighting with ), and curiously, when I patched sublime Haskell to use new-build the sublime Haskell tooling worked like a charm. I'm hard pressed to understand why there's a difference, and I don't seen any commits on the cabal packages that should impact this (though to be fair my earlier rc build of cabal 1.24 was using ghc 7.10.3, but that doesn't explain why new-build seems to work fine for me ) I've also reported a bug with sublime Haskell, but any upstream wisdom or ideas would be appreciated -------------- next part -------------- An HTML attachment was scrubbed... URL: From carter.schonwald at gmail.com Mon May 2 22:16:08 2016 From: carter.schonwald at gmail.com (Carter Schonwald) Date: Mon, 2 May 2016 18:16:08 -0400 Subject: Cabal build vs cabal new-build output differences? In-Reply-To: References: Message-ID: for those who are curious, https://github.com/SublimeHaskell/SublimeHaskell/issues/265 is the issue downstream :) On Mon, May 2, 2016 at 5:36 PM, Carter Schonwald wrote: > Hello all! > I upgraded my cabal-install from a dev snapshot of 1.24 to the release > (currently using ghc 8.0 rc4) > > One change I'm trying to track down is that my standard editor tooling > (sublime Haskell ) now hangs when there's non empty output in stderr (, > which it would typically parse and present error highlighting with ), and > curiously, when I patched sublime Haskell to use new-build the sublime > Haskell tooling worked like a charm. > > I'm hard pressed to understand why there's a difference, and I don't seen > any commits on the cabal packages that should impact this (though to be > fair my earlier rc build of cabal 1.24 was using ghc 7.10.3, but that > doesn't explain why new-build seems to work fine for me ) > > I've also reported a bug with sublime Haskell, but any upstream wisdom or > ideas would be appreciated > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikhail.glushenkov at gmail.com Wed May 4 19:30:58 2016 From: mikhail.glushenkov at gmail.com (Mikhail Glushenkov) Date: Wed, 4 May 2016 21:30:58 +0200 Subject: Wanted: cabal-install 1.24.0.0 binary for OS X Message-ID: Hi *, I've uploaded cabal-install 1.24.0.0 binaries for Linux and Windows (both i386 and x86-64) to https://www.haskell.org/cabal/download.html. I'd also like to upload an OS X binary, but I don't have access to an OS X machine currently. Can someone please build an OS X binary for cabal-install 1.24.0.0 and e-mail it to me? Thanks in advance. From gershomb at gmail.com Thu May 5 15:53:06 2016 From: gershomb at gmail.com (Gershom B) Date: Thu, 5 May 2016 11:53:06 -0400 Subject: Wanted: cabal-install 1.24.0.0 binary for OS X In-Reply-To: References: Message-ID: I've emailed Mikhail with a binary. Assuming it works, then nobody else should need to :-) Cheers, Gerhsom On Wed, May 4, 2016 at 3:30 PM, Mikhail Glushenkov wrote: > Hi *, > > I've uploaded cabal-install 1.24.0.0 binaries for Linux and Windows > (both i386 and x86-64) to https://www.haskell.org/cabal/download.html. > I'd also like to upload an OS X binary, but I don't have access to an > OS X machine currently. Can someone please build an OS X binary for > cabal-install 1.24.0.0 and e-mail it to me? Thanks in advance. > _______________________________________________ > cabal-devel mailing list > cabal-devel at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel From carter.schonwald at gmail.com Sun May 8 00:28:17 2016 From: carter.schonwald at gmail.com (Carter Schonwald) Date: Sat, 7 May 2016 20:28:17 -0400 Subject: Wanted: cabal-install 1.24.0.0 binary for OS X In-Reply-To: References: Message-ID: I've several builds if any are needed On Thursday, May 5, 2016, Gershom B wrote: > I've emailed Mikhail with a binary. Assuming it works, then nobody > else should need to :-) > > Cheers, > Gerhsom > > On Wed, May 4, 2016 at 3:30 PM, Mikhail Glushenkov > > wrote: > > Hi *, > > > > I've uploaded cabal-install 1.24.0.0 binaries for Linux and Windows > > (both i386 and x86-64) to https://www.haskell.org/cabal/download.html. > > I'd also like to upload an OS X binary, but I don't have access to an > > OS X machine currently. Can someone please build an OS X binary for > > cabal-install 1.24.0.0 and e-mail it to me? Thanks in advance. > > _______________________________________________ > > cabal-devel mailing list > > cabal-devel at haskell.org > > http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel > _______________________________________________ > cabal-devel mailing list > cabal-devel at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gershomb at gmail.com Wed May 11 03:44:14 2016 From: gershomb at gmail.com (Gershom B) Date: Tue, 10 May 2016 23:44:14 -0400 Subject: [ANN] Cabal and cabal-install 1.24.0.0 have been released In-Reply-To: References: Message-ID: the cabal-latest directory should probably be updated as well, and particularly the doc section: https://www.haskell.org/cabal/release/cabal-latest/ I also note that the docs haven't built on hackage for Cabal, and it would be nice to upload those I guess..? --gershom On Mon, May 2, 2016 at 7:32 AM, Ryan Thomas wrote: > Hi all, > > Cabal and cabal-install 1.24.0.0 have been released. > > These have been uploaded to hackage, tagged in the repo and updated on the > downloads page. > > The changelog is quite extensive, so please see here and here for the > complete details. > > Cheers, > > ryan > > _______________________________________________ > cabal-devel mailing list > cabal-devel at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel >