From Fedora Project Wiki

(New page: ==== Improved Haskell support ==== * Haskell support -- provide good support for Haskell development and use, with a high number of quality libraries and t...)
 
m (internal link cleaning)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==== Improved Haskell support ====
==== Improved Haskell support ====


* [[Features/GoodHaskellSupport|Haskell support]] -- provide good support for Haskell development and use, with a high number of quality libraries and tools available.
Fedora 10 introduces better support for Haskell.  With a new set of packaging guidelines and tools, it is incredibly easy to support any Haskell program using the Glasgow Haskell Compiler.  Package creation and deployment, leveraging Fedora's quality tools plus a few new friends has never been easier.  As support for Haskell grows there will be continued development for Haskell as more libraries are introduced.
 
Package creation is quite simple.  Haskell already provides the infrastructure for compiling and deploying packages consistently. Setting up a package for Fedora takes very little time, meaning code that works in Haskell works in Fedora too.
 
Fedora also provides tools for enterprise deployment of Fedora packages.  With the inclusion of Haskell in Fedora, the developer is now free to write enterprise level applications in Haskell and feel secure knowing the code can be used in Fedora.
 
[[Features/GoodHaskellSupport]]

Latest revision as of 07:49, 18 September 2016

Improved Haskell support

Fedora 10 introduces better support for Haskell. With a new set of packaging guidelines and tools, it is incredibly easy to support any Haskell program using the Glasgow Haskell Compiler. Package creation and deployment, leveraging Fedora's quality tools plus a few new friends has never been easier. As support for Haskell grows there will be continued development for Haskell as more libraries are introduced.

Package creation is quite simple. Haskell already provides the infrastructure for compiling and deploying packages consistently. Setting up a package for Fedora takes very little time, meaning code that works in Haskell works in Fedora too.

Fedora also provides tools for enterprise deployment of Fedora packages. With the inclusion of Haskell in Fedora, the developer is now free to write enterprise level applications in Haskell and feel secure knowing the code can be used in Fedora.

Features/GoodHaskellSupport