From Fedora Project Wiki
Line 31: Line 31:


== How To Test ==
== How To Test ==
<!-- This does not need to be a full-fledged document.  Describe the dimensions of tests that this feature is expected to pass when it is done.  If it needs to be tested with different hardware or software configurations, indicate them.  The more specific you can be, the better the community testing can be.
* yum install haskell-platform
 
* yum install @haskell
Remember that you are writing this how to for interested testers to use to check out your feature - documenting what you do for testing is OK, but it's much better to document what *I* can do to test your feature.
* yum install xmonad
 
* yum install ghc-*-devel
A good "how to test" should answer these four questions:
* Testing rebuilding of some packages.
 
0. What special hardware / data / etc. is needed (if any)?
1. How do I prepare my system to test this feature? What packages
need to be installed, config files edited, etc.?
2. What specific actions do I perform to check that the feature is
working like it's supposed to?
3. What are the expected results of those actions?
-->


== User Experience ==
== User Experience ==

Revision as of 03:54, 10 January 2012

Haskell Platform 2011.4

Summary

Bring Fedora Haskell packages up to the latest Haskell Platform release.

Owner

  • Email: petersen AT fedoraproject org

Current status

  • Targeted release: Fedora 17
  • Last updated: 2012-01-10
  • Percentage of completion: 70%

Detailed Description

A new stable Haskell Platform release was made in December supporting ghc-7.0.4 and updating 10 platform libraries. This affects about 60 packages in Fedora which need to be rebuilt. The Haskell Platform is the official recommended set of basic libraries and tools for Haskell development.

Benefit to Fedora

Makes sure that Fedora is up-to-date with Haskell library versions so that users developing with Haskell on Fedora will have the latest stable Haskell Platform available to them.

Scope

  • Update haskell-platform library packages to the latest recommended versions. [done]
  • Rebuild reverse-dependent packages in rawhide. [done]
  • Updating other packages outside platform to latest versions. [done]
  • Testing of packages in Rawhide, Alpha, and Beta.

How To Test

  • yum install haskell-platform
  • yum install @haskell
  • yum install xmonad
  • yum install ghc-*-devel
  • Testing rebuilding of some packages.

User Experience

Dependencies

Contingency Plan

Documentation

Release Notes

Comments and Discussion