Hello All, The Cabal team is excited to announce the release of Cabal-3.6.0.0! This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself. For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548. If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera.chat ( http://libera.chat/ ) to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/Haskell.org ( http://foundation/Haskell.org ) , Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together! For a full set of release notes, see https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md. If you have issues, we'd love to hear about there here: https://github.com/haskell/cabal/issues. Happy hacking! Emily
Great news! The changelog (and the 3.6 branch) does not include https://github.com/haskell/cabal/pull/7493. This is just as well since HEAD (with this merge) doesn't fix the related issue in my testing, but I'm curious if such a fix can be part of a point release or if it must be 3.8? -Tom On Thu, Aug 5, 2021 at 5:30 PM Emily Pillmore <emilypi@cohomolo.gy> wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548.
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera.chat to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/Haskell.org <http://foundation/Haskell.org>, Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md. If you have issues, we'd love to hear about there here: https://github.com/haskell/cabal/issues.
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
Hey Tom, The 3.6 branch was feature frozen by early Summer, so 7493 didn't go in to it afaict. However, if there's a reasonable fix, I see no reason why we can't backport it to a point release for the 3.6 series. I'll discuss with Mikolaj and we'll see what we can do :) Cheers, Emily On Thu, Aug 05, 2021 at 4:00 PM, Thomas DuBuisson < thomas.dubuisson@gmail.com > wrote:
Great news!
The changelog (and the 3.6 branch) does not include https:/ / github. com/ haskell/ cabal/ pull/ 7493 ( https://github.com/haskell/cabal/pull/7493 ). This is just as well since HEAD (with this merge) doesn't fix the related issue in my testing, but I'm curious if such a fix can be part of a point release or if it must be 3.8?
-Tom
On Thu, Aug 5, 2021 at 5:30 PM Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) > wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https:/ / discourse. haskell. org/ t/ state-of-the-cabal-q1-q2-2021/ 2548 ( https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 ) .
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera. chat ( http://libera.chat/ ) to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/ Haskell. org ( http://foundation/Haskell.org ) , Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https:/ / github. com/ haskell/ cabal/ blob/ master/ release-notes/ Cabal-3. 6. 0. 0. md ( https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md ). If you have issues, we'd love to hear about there here: https:/ / github. com/ haskell/ cabal/ issues ( https://github.com/haskell/cabal/issues ).
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
Hi Thomas,
The changelog (and the 3.6 branch) does not include https://github.com/haskell/cabal/pull/7493. This is just as well since HEAD (with this merge) doesn't fix the related issue in my testing, but I'm curious if such a fix can be part of a point release or if it must be 3.8?
Please do share, as a comment on the PR or the main issue, the results of your testing, whether negative or positive. We are deferring the merge to a point release, in particular, because only a few people tested the hack. Kind regards, Mikolaj
Thank you! Will the release be posted to the haskell downloads site? https://downloads.haskell.org/~cabal/ Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021, at 5:27 PM, Emily Pillmore <emilypi@cohomolo.gy> wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 <https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548>.
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera.chat <http://libera.chat/> to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/Haskell.org <http://foundation/Haskell.org>, Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md <https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md>. If you have issues, we'd love to hear about there here: https://github.com/haskell/cabal/issues <https://github.com/haskell/cabal/issues>.
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
It already exists on the site, but it looks like the old dirs are cached On Sat, Aug 14, 2021 at 7:56 PM, Steven Smith < steve.t.smith@gmail.com > wrote:
Thank you! Will the release be posted to the haskell downloads site?
https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ )
Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021, at 5:27 PM, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) > wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https:/ / discourse. haskell. org/ t/ state-of-the-cabal-q1-q2-2021/ 2548 ( https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 ) .
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera. chat ( http://libera.chat/ ) to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/ Haskell. org ( http://foundation/Haskell.org ) , Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https:/ / github. com/ haskell/ cabal/ blob/ master/ release-notes/ Cabal-3. 6. 0. 0. md ( https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md ). If you have issues, we'd love to hear about there here: https:/ / github. com/ haskell/ cabal/ issues ( https://github.com/haskell/cabal/issues ).
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
There, we've purged the cache and I'm seeing everything up to date :) On Sat, Aug 14, 2021 at 8:17 PM, Emily Pillmore < emilypi@cohomolo.gy > wrote:
It already exists on the site, but it looks like the old dirs are cached
On Sat, Aug 14, 2021 at 7:56 PM, Steven Smith < steve. t. smith@ gmail. com ( steve.t.smith@gmail.com ) > wrote:
Thank you! Will the release be posted to the haskell downloads site?
https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ )
Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021, at 5:27 PM, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) > wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https:/ / discourse. haskell. org/ t/ state-of-the-cabal-q1-q2-2021/ 2548 ( https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 ) .
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera. chat ( http://libera.chat/ ) to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/ Haskell. org ( http://foundation/Haskell.org ) , Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https:/ / github. com/ haskell/ cabal/ blob/ master/ release-notes/ Cabal-3. 6. 0. 0. md ( https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md ). If you have issues, we'd love to hear about there here: https:/ / github. com/ haskell/ cabal/ issues ( https://github.com/haskell/cabal/issues ).
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
Sorry, I still do not see 3.6.0.0 on the downloads site. Here’s the tail of what I see at https://downloads.haskell.org/~cabal/ …
cabal-install-3.2.0.0/ 16-May-2020 07:42 - cabal-install-3.4.0.0/ 23-Feb-2021 23:00 - cabal-install-latest/ 23-Feb-2021 23:00 - old/ 17-Feb-2019 01:10 -
On Aug 14, 2021, at 22:50, Emily Pillmore <emilypi@cohomolo.gy> wrote:
There, we've purged the cache and I'm seeing everything up to date :)
On Sat, Aug 14, 2021 at 8:17 PM, Emily Pillmore <emilypi@cohomolo.gy> wrote: It already exists on the site, but it looks like the old dirs are cached
On Sat, Aug 14, 2021 at 7:56 PM, Steven Smith <steve.t.smith@gmail.com> wrote: Thank you! Will the release be posted to the haskell downloads site?
https://downloads.haskell.org/~cabal/
Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021, at 5:27 PM, Emily Pillmore <emilypi@cohomolo.gy> wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548.
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera.chat to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/Haskell.org, Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md. If you have issues, we'd love to hear about there here: https://github.com/haskell/cabal/issues.
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
This may be a local problem with your browser cache. Here's what I see:
Cabal-3.2.1.0/ ( https://downloads.haskell.org/~cabal/Cabal-3.2.1.0/ ) 01-Mar-2021 19:27 - Cabal-3.4.0.0/ ( https://downloads.haskell.org/~cabal/Cabal-3.4.0.0/ ) 28-Feb-2021 21:59 - Cabal-3.6.0.0/ ( https://downloads.haskell.org/~cabal/Cabal-3.6.0.0/ ) 05-Aug-2021 21:59 - Cabal-latest/ ( https://downloads.haskell.org/~cabal/Cabal-latest/ ) 05-Aug-2021 21:59
On Sun, Aug 15, 2021 at 6:18 AM, Steven Smith < steve.t.smith@gmail.com > wrote:
Sorry, I still do not see 3.6.0.0 on the downloads site. Here’s the tail of what I see at https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ )
…
cabal-install-3. 2. 0. 0/ ( https://downloads.haskell.org/~cabal/cabal-install-3.2.0.0/ ) 16-May-2020 07:42 - cabal-install-3. 4. 0. 0/ ( https://downloads.haskell.org/~cabal/cabal-install-3.4.0.0/ ) 23-Feb-2021 23:00 - cabal-install-latest/ ( https://downloads.haskell.org/~cabal/cabal-install-latest/ ) 23-Feb-2021 23:00 - old/ ( https://downloads.haskell.org/~cabal/old/ ) 17-Feb-2019 01:10 -
On Aug 14, 2021, at 22:50, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) > wrote:
There, we've purged the cache and I'm seeing everything up to date :)
On Sat, Aug 14, 2021 at 8:17 PM, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) > wrote:
It already exists on the site, but it looks like the old dirs are cached
On Sat, Aug 14, 2021 at 7:56 PM, Steven Smith < steve. t. smith@ gmail. com ( steve.t.smith@gmail.com ) > wrote:
Thank you! Will the release be posted to the haskell downloads site?
https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ )
Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021, at 5:27 PM, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) > wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https:/ / discourse. haskell. org/ t/ state-of-the-cabal-q1-q2-2021/ 2548 ( https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 ) .
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage on libera. chat ( http://libera.chat/ ) to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, Haskell Foundation/ Haskell. org ( http://foundation/Haskell.org ) , Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https:/ / github. com/ haskell/ cabal/ blob/ master/ release-notes/ Cabal-3. 6. 0. 0. md ( https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md ). If you have issues, we'd love to hear about there here: https:/ / github. com/ haskell/ cabal/ issues ( https://github.com/haskell/cabal/issues ).
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
Cabal-3.6.0.0 is there, but cabal-install-3.6.0.0 is not. :) - Tom On 15/08/2021 18:40, Emily Pillmore wrote:
This may be a local problem with your browser cache. Here's what I see:
Cabal-3.2.1.0/ <https://downloads.haskell.org/~cabal/Cabal-3.2.1.0/> 01-Mar-2021 19:27 - Cabal-3.4.0.0/ <https://downloads.haskell.org/~cabal/Cabal-3.4.0.0/> 28-Feb-2021 21:59 - Cabal-3.6.0.0/ <https://downloads.haskell.org/~cabal/Cabal-3.6.0.0/> 05-Aug-2021 21:59 - Cabal-latest/ <https://downloads.haskell.org/~cabal/Cabal-latest/> 05-Aug-2021 21:59
On Sun, Aug 15, 2021 at 6:18 AM, Steven Smith <steve.t.smith@gmail.com <mailto:steve.t.smith@gmail.com>> wrote:
Sorry, I still do not see 3.6.0.0 on the downloads site. Here’s the tail of what I see at https://downloads.haskell.org/~cabal/ <https://downloads.haskell.org/~cabal/>
…
cabal-install-3.2.0.0/ <https://downloads.haskell.org/~cabal/cabal-install-3.2.0.0/> 16-May-2020 07:42 - cabal-install-3.4.0.0/ <https://downloads.haskell.org/~cabal/cabal-install-3.4.0.0/> 23-Feb-2021 23:00 - cabal-install-latest/ <https://downloads.haskell.org/~cabal/cabal-install-latest/> 23-Feb-2021 23:00 - old/ <https://downloads.haskell.org/~cabal/old/> 17-Feb-2019 01:10 -
On Aug 14, 2021, at 22:50, Emily Pillmore <emilypi@cohomolo.gy <mailto:emilypi@cohomolo.gy>> wrote:
There, we've purged the cache and I'm seeing everything up to date :)
On Sat, Aug 14, 2021 at 8:17 PM, Emily Pillmore <emilypi@cohomolo.gy <mailto:emilypi@cohomolo.gy>> wrote:
It already exists on the site, but it looks like the old dirs are cached
On Sat, Aug 14, 2021 at 7:56 PM, Steven Smith <steve.t.smith@gmail.com <mailto:steve.t.smith@gmail.com>> wrote:
Thank you! Will the release be posted to the haskell downloads site?
https://downloads.haskell.org/~cabal/ <https://downloads.haskell.org/~cabal/>
Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021, at 5:27 PM, Emily Pillmore <emilypi@cohomolo.gy <mailto:emilypi@cohomolo.gy>> wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 <https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548>.
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage onlibera.chat <http://libera.chat/>to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, HaskellFoundation/Haskell.org <http://foundation/Haskell.org>, Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md <https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md>. If you have issues, we'd love to hear about there here: https://github.com/haskell/cabal/issues <https://github.com/haskell/cabal/issues>.
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org <mailto:Glasgow-haskell-users@haskell.org> http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users <http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users>
Ah - i didn't even notice the confusion: Cabal (the library) and cabal-install (the tool) are not released in lockstep. The cabal-install-3.6.0.0 release is coming next week, and is currently in review. On Sun, Aug 15, 2021 at 11:05 AM, Tom Smeding < x@tomsmeding.com > wrote:
Cabal-3.6.0.0 is there, but cabal-install-3.6.0.0 is not. :)
- Tom
On 15/08/2021 18:40, Emily Pillmore wrote:
This may be a local problem with your browser cache. Here's what I see:
Cabal-3.2.1.0/ < https:/ / downloads. haskell. org/ ~cabal/ Cabal-3. 2. 1. 0/ ( https://downloads.haskell.org/~cabal/Cabal-3.2.1.0/ ) > 01-Mar-2021 19:27 - Cabal-3.4.0.0/ < https:/ / downloads. haskell. org/ ~cabal/ Cabal-3. 4. 0. 0/ ( https://downloads.haskell.org/~cabal/Cabal-3.4.0.0/ ) > 28-Feb-2021 21:59 - Cabal-3.6.0.0/ < https:/ / downloads. haskell. org/ ~cabal/ Cabal-3. 6. 0. 0/ ( https://downloads.haskell.org/~cabal/Cabal-3.6.0.0/ ) > 05-Aug-2021 21:59 - Cabal-latest/ < https:/ / downloads. haskell. org/ ~cabal/ Cabal-latest/ ( https://downloads.haskell.org/~cabal/Cabal-latest/ ) > 05-Aug-2021 21:59
On Sun, Aug 15 , 2021 at 6:18 AM, Steven Smith < steve. t. smith@ gmail. com ( steve.t.smith@gmail.com ) <mailto: steve. t. smith@ gmail. com ( steve.t.smith@gmail.com ) >> wrote:
Sorry, I still do not see 3.6.0.0 on the downloads site. Here’s the tail of what I see at https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ ) < https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ ) >
…
cabal-install-3.2.0.0/ < https:/ / downloads. haskell. org/ ~cabal/ cabal-install-3. 2. 0. 0/ ( https://downloads.haskell.org/~cabal/cabal-install-3.2.0.0/ ) > 16-May-2020 07:42 - cabal-install-3.4.0.0/ < https:/ / downloads. haskell. org/ ~cabal/ cabal-install-3. 4. 0. 0/ ( https://downloads.haskell.org/~cabal/cabal-install-3.4.0.0/ ) > 23-Feb-2021 23:00 - cabal-install-latest/ < https:/ / downloads. haskell. org/ ~cabal/ cabal-install-latest/ ( https://downloads.haskell.org/~cabal/cabal-install-latest/ ) > 23-Feb-2021 23:00 - old/ < https:/ / downloads. haskell. org/ ~cabal/ old/ ( https://downloads.haskell.org/~cabal/old/ ) > 17-Feb-2019 01:10 -
On Aug 14, 2021 , at 22:50, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) <mailto: emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) >> wrote:
There, we've purged the cache and I'm seeing everything up to date :)
On Sat, Aug 14 , 2021 at 8:17 PM, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) <mailto: emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) >> wrote:
It already exists on the site, but it looks like the old dirs are cached
On Sat, Aug 14 , 2021 at 7:56 PM, Steven Smith < steve. t. smith@ gmail. com ( steve.t.smith@gmail.com ) <mailto: steve. t. smith@ gmail. com ( steve.t.smith@gmail.com ) >> wrote:
Thank you! Will the release be posted to the haskell downloads site?
https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ ) < https:/ / downloads. haskell. org/ ~cabal/ ( https://downloads.haskell.org/~cabal/ ) >
Several package managers (e.g. MacPorts) build using this site.
On Aug 5, 2021 , at 5:27 PM, Emily Pillmore < emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) <mailto: emilypi@ cohomolo. gy ( emilypi@cohomolo.gy ) >> wrote:
Hello All,
The Cabal team is excited to announce the release of Cabal-3.6.0.0!
This is the fourth release of the 3.0 release series, and highlights include support for GHC 9.2, as well as many new code quality improvements + organization work on the repo itself.
For future plans, we've announced a State of the Cabal post which describes where we want to take the library and executable over the next year or two here: https:/ / discourse. haskell. org/ t/ state-of-the-cabal-q1-q2-2021/ 2548 ( https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 ) < https:/ / discourse. haskell. org/ t/ state-of-the-cabal-q1-q2-2021/ 2548 ( https://discourse.haskell.org/t/state-of-the-cabal-q1-q2-2021/2548 ) >.
If you'd like to get involved, feel free to contact anyone from the maintainer team directly, or drop by #hackage onlibera. chat ( http://onlibera.chat/ ) < http:/ / libera. chat/ ( http://libera.chat/ ) >to speak with us. Additionally, as we continue to modernize Cabal, I'd like to highlight and show appreciation for all of the help we've gotten from the community, including the developer hours coming from Well-Typed, HaskellFoundation/ Haskell. org ( http://haskellfoundation/Haskell.org ) < http:/ / foundation/ Haskell. org ( http://foundation/Haskell.org ) >, Obsidian Systems, and the Haskell Language Server folks. I'm glad we could work together!
For a full set of release notes, see https:/ / github. com/ haskell/ cabal/ blob/ master/ release-notes/ Cabal-3. 6. 0. 0. md ( https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md ) < https:/ / github. com/ haskell/ cabal/ blob/ master/ release-notes/ Cabal-3. 6. 0. 0. md ( https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md ) >. If you have issues, we'd love to hear about there here: https:/ / github. com/ haskell/ cabal/ issues ( https://github.com/haskell/cabal/issues ) < https:/ / github. com/ haskell/ cabal/ issues ( https://github.com/haskell/cabal/issues ) >.
Happy hacking!
Emily
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) <mailto: Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) > http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
< http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@ haskell. org ( Glasgow-haskell-users@haskell.org ) http:/ / mail. haskell. org/ cgi-bin/ mailman/ listinfo/ glasgow-haskell-users ( http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users )
participants (5)
-
Emily Pillmore -
Mikolaj Konarski -
Steven Smith -
Thomas DuBuisson -
Tom Smeding