From Fedora Project Wiki
(→‎Current status: bump target release)
(Retarget to Fedora 20 as requested by Feature owner)
Line 59: Line 59:




[[Category:FeatureAcceptedF19]]
[[Category:FeatureReadyForWrangler]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->

Revision as of 10:38, 20 March 2013

Yesod Web Framework

Summary

Yesod is a Haskell web framework for productive development of type-safe, RESTful, high performance web applications.

Owner

  • Email: petersen@redhat.com,

Current status

  • Targeted release: Fedora 20
  • Last updated: 2013-03-20
  • Percentage of completion: 10%

Detailed Description

This is a packaging effort: the Yesod stack of packages requires quite a lot of new Haskell libraries to be added to Fedora. Some basic packages have already been done for a long time but there are a lot left to be added.

Benefit to Fedora

Yesod is probably the most high profile Web framework for Haskell, and also described in a book. Since building it all by hand oneself can be non-trivial, tedious, and time consuming it is to Fedora's advantage that developers will be able to install it easily. Yesod is already included in Debian, Ubuntu and some other Linux distributions.

Scope

Yesod stack of libraries will be packaged following package versions in latest yesod-platform (currently 1.1.7.2):

  1. Package yesod-core and its dependencies
  2. Package yesod and its dependencies

How To Test

  1. Install with: yum install yesod
  2. Run: yesod init
  3. In created directory run: yesod devel
  4. Access to http://localhost:3000/

User Experience

Users will be able to install Yesod directly without having to build it all themselves, making it easier to learn, test and development web applications in Haskell using Yesod.

Dependencies

None

Contingency Plan

None necessary - just ship completed subset of packages.

Documentation

Release Notes

  • Yesod Haskell web framework for productive development of type-safe, RESTful, high performance web applications is now available in Fedora.

Comments and Discussion