Gearing up (again) for the next release: 2014.2.0.0

Mark Lentczner mark.lentczner at gmail.com
Thu May 29 13:37:24 UTC 2014


On May 29, 2014 3:59 AM, "Jens Petersen" <juhp at community.haskell.org> wrote:

> What will happen to haskell-platform.cabal?
>
It is generated as part of the build process and is included in the source
tarball. See cabalFileRule in SourceTarball.hs
<https://github.com/haskell/haskell-platform/blob/new-build/hptool/src/SourceTarball.hs#L84>
.

It was much easier to generate the .cabal file from a richer description of
how the packages that make up the platform are included than to derive that
information from comments in the .cabal file like we were doing.

Especially (pet peeve) because .cabal comments can only appear between
directives, not one lines that are within directives.

- Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20140529/ddefa25a/attachment.html>


More information about the Libraries mailing list