From Fedora Project Wiki

Line 62: Line 62:


== Package reviews ==
== Package reviews ==
Buglists for fedora-haskell-list:
[https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=Package+Review&bug_status=__open__&emailcc1=1&emailtype1=substring&email1=fedora-haskell-list%40redhat.com All open fedora-haskell-list package reviews] which can be split into:
* [https://bugzilla.redhat.com/buglist.cgi?emailcc1=1&field0-0-0=status_whiteboard&bug_status=NEW&email1=fedora-haskell-list%40redhat.com&type0-0-0=equals&value0-0-0=ready&component=Package%20Review&emailtype1=substring New Ready reviews] ([https://bugzilla.redhat.com/buglist.cgi?emailcc1=1&field0-0-0=status_whiteboard&bug_status=__open__&email1=fedora-haskell-list%40redhat.com&type0-0-0=equals&value0-0-0=ready&component=Package%20Review&emailtype1=substring all Ready reviews])
* [https://bugzilla.redhat.com/buglist.cgi?emailcc1=1&field0-0-0=status_whiteboard&bug_status=NEW&email1=fedora-haskell-list%40redhat.com&type0-0-0=equals&value0-0-0=ready&component=Package%20Review&emailtype1=substring New Ready reviews] ([https://bugzilla.redhat.com/buglist.cgi?emailcc1=1&field0-0-0=status_whiteboard&bug_status=__open__&email1=fedora-haskell-list%40redhat.com&type0-0-0=equals&value0-0-0=ready&component=Package%20Review&emailtype1=substring all Ready reviews])
* [https://bugzilla.redhat.com/buglist.cgi?emailcc1=1&field0-0-0=status_whiteboard&bug_status=__open__&email1=fedora-haskell-list%40redhat.com&type0-0-0=notsubstring&value0-0-0=ready&component=Package%20Review&emailtype1=substring Other pending or new reviews] (not containing "Ready" in Whiteboard]
* [https://bugzilla.redhat.com/buglist.cgi?emailcc1=1&field0-0-0=status_whiteboard&bug_status=__open__&email1=fedora-haskell-list%40redhat.com&type0-0-0=notsubstring&value0-0-0=ready&component=Package%20Review&emailtype1=substring Other pending or new reviews] (not containing "Ready" in Whiteboard]
Line 70: Line 70:
* [https://bugzilla.redhat.com/buglist.cgi?short_desc=ghc%20haskell&short_desc_type=anywordssubstr&component=Package%20Review&bug_status=__open__&negate0=1&field0-0-0=cc&type0-0-0=substring&value0-0-0=fedora-haskell-list%40redhat.com "ghc" or "haskell" reviews not CC haskell-sig]
* [https://bugzilla.redhat.com/buglist.cgi?short_desc=ghc%20haskell&short_desc_type=anywordssubstr&component=Package%20Review&bug_status=__open__&negate0=1&field0-0-0=cc&type0-0-0=substring&value0-0-0=fedora-haskell-list%40redhat.com "ghc" or "haskell" reviews not CC haskell-sig]


* [https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=Package+Review&bug_status=__open__&emailcc1=1&emailtype1=substring&email1=fedora-haskell-list%40redhat.com All open fedora-haskell-list package reviews]
* [https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=Package+Review&bug_status=CLOSED&emailcc1=1&emailtype1=substring&email1=fedora-haskell-list%40redhat.com Closed fedora-haskell-list package reviews]
* [https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=Package+Review&bug_status=CLOSED&emailcc1=1&emailtype1=substring&email1=fedora-haskell-list%40redhat.com Closed fedora-haskell-list package reviews]



Revision as of 07:40, 1 February 2012

Mission

The mission of the Haskell Special Interest Group is to maintain, grow, and guide the packaging of Haskell projects in Fedora.

Communication

Mailing list

We have a mailing-list haskell-devel (archives).

IRC

We have an IRC channel #fedora-haskell on Freenode.

Haskell Platform support

Haskell Platform in Fedora status:

  • Next release:
    • F17 is planning to ship haskell-platform-2011.4.0.0 with ghc-7.0.4
  • Current releases:
    • F16 has haskell-platform-2011.2.0.1 with ghc-7.0.4
    • F15 has haskell-platform-2011.2.0.0 with ghc-7.0.2
  • EPEL
    • EPEL6 has haskell-platform-2010.2.0.0 with ghc-6.12.3
    • EPEL5 has ghc-6.10.4
    • EPEL4 has ghc-6.8.3
  • Former releases
    • F14 had haskell-platform-2010.2.0.0 with ghc-6.12.3
    • F13 had haskell-platform-2010.1.0.0 with ghc-6.12.1
    • F12 had haskell-platform-2009.2.0.2 with ghc-6.10.4
    • F11 had haskell-platform-2009.2.0.1 with ghc-6.10.3

See also the current Haskell Platform release schedule.

Tasks

  • Features/HaskellPlatform2011.4 for F17
  • submit updated PackagingDrafts/Haskell to FPC
  • added haskell-platform packages to Upstream_release_monitoring#Package_Ignore_List
    • Update packaging guidelines for Haskell to the latest cabal2spec in cabal2spec-0.25.2
  • Haskell_Spin submit to Spins SIG
  • docsbeat
  • Features/GHC74 for F18
  • new mailing-list for discussion separate to bugzilla mails
  • move cabal2spec package to haskell branch
  • Add %check sections for packages that have tests available
  • cabal/yum integration (cabal-rpm)
    • autogeneration of packages for a "testing" repository of all-of-hackage. Pull from this (with a human eye) to make Fedora packages.
  • A tool to check for dependency breakage for version updates in repo: packdeps/reverse and cblrepo exist
  • A tool to do automatic rebuild. Try to do it in koji or mock-build with a shell script or haskell script.
  • Automatically updated package dependency graph.
    • Need to have continuous build integration, eg automate dependency builds. Check reverse [1].
    • Koji supports maven now. It could have support for cabal as well.

Packaging

New Package Process

Package reviews

All open fedora-haskell-list package reviews which can be split into:

Bugs

Non-review bugs, which can be split into:

All open Haskell bugs

See also the package review links in the Packaging section.

Current packages in Fedora

Haskell SIG packages in pkgdb

See package interdependencies for dependency graphs.

F16-haskell-ghc-deps.svg

Info on singleton libraries.

SIG Members

Package owners:

Interested:

Former contributors:

History

  • 2011-06-01: Fedora 15 ships with ghc-7.0.2
  • 2010-12-05: Fedora packages now listed on http://hackage.haskell.org
  • 2010-05-25: Fedora 13 ships with ghc-6.12.1 and shared ghc libraries
  • 2010-01-10: fedora-haskell-list becomes haskell-devel list at fedoraproject
  • 2009-09-29: haskell-platform added for f12
  • 2009-04-15: revised Packaging Guidelines accepted
  • 2008-09-17: initial Packaging Guidelines approved
  • 2008-02-13: fedora-haskell-list started
  • 2007-05-10: Fedora SIG formed
  • 2005-02-21: fedora-haskell@haskell.org mailing-list starts
  • 2004-08-03: original Fedora Haskell project starts