#8: Generic Unix source tarball -------------------+-------------------------------------------------------- Reporter: duncan | Owner: Type: task | Status: new Priority: major | Milestone: Release 1: 2008.0.0 Version: | Keywords: -------------------+-------------------------------------------------------- We need someone to take charge of building a generic Unix source tarball.
This is for early testers and users of distros that to not yet support the platform. It does not need to bundle a source version of ghc. It should check that a minimal ghc is available. It should use a tarball with the traditional interface of `./configure; make; make install`. It does not need to be implemented using autotools. `./configure; make; make install` is an interface. One possible implementation would be to build cabal-install and then use that to install all the remaining packages in the platform. Since this form is likely to be used for early testing on many platforms it would be great to support cabal-install's mechanism for generating build logs and reports that could be uploaded to a new hackage server. This is not essential for a first release however but may make coordinating testing easier. -- Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/8> haskell-platform <http://haskell.org/haskellwiki/Haskell_Platform> The Haskell Platform: a comprehensive and robust collection of Haskell libraries _______________________________________________ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform