Difference between revisions of "Applications and libraries"

From HaskellWiki
Jump to navigation Jump to search
m (add link to Hack-Nix)
Line 68: Line 68:
   
 
* [[How to write a Haskell program|How to write a new Haskell library]]
 
* [[How to write a Haskell program|How to write a new Haskell library]]
  +
* [[Library submissions|How to propose changes to the standard libraries]]
 
* [http://pupeno.com/2006/12/12/the-lambda-revolution-v/ Creating a .deb from a Haskell Cabal package]
 
* [http://pupeno.com/2006/12/12/the-lambda-revolution-v/ Creating a .deb from a Haskell Cabal package]
 
* [http://cgi.cse.unsw.edu.au/~dons/blog/2006/12/11 Creating a Haskell library by example]
 
* [http://cgi.cse.unsw.edu.au/~dons/blog/2006/12/11 Creating a Haskell library by example]

Revision as of 13:18, 16 March 2010

Applications, libraries and tools written in Haskell.

For the latest set of ready to use libraries and tools, visit hackage.haskell.org

Propose and vote on new libraries that you'd like, and look at our past Summer of Code proposals

Haskell libraries

The first places to look for data types or functions are:

See also Hackage and how to install a Cabal package.

Hackage

New libraries are packaged and distributed from Hackage

Start on Hackage if looking for a library not in the standard.

Haskell applications and libraries

Applications, libraries and tools for Haskell or written in Haskell have been classified below, but you should check Hackage for the latest list.

Other places to look include:

Guidelines for developers

Built with Cabal

Developer guides:

Proposals for the module name space layout that can be used to guide the construction of new libraries.

Libraries for other languages

If you are thinking about designing a new library for Haskell, you ought to look what has been done in other languages. Here are standard library definitions for