Cabal: Difference between revisions

From HaskellWiki
(move links to tools to the categories users and developers, added cabal-sort)
(Added a link to "Setting up Cabal, the FFI and c2hs")
Line 20: Line 20:
*[http://www.moonloop.net/haskell/docs/cbs-custom.html Cabal Setup file examples]
*[http://www.moonloop.net/haskell/docs/cbs-custom.html Cabal Setup file examples]
*[[Cabal-make]] - automation based on makefiles  
*[[Cabal-make]] - automation based on makefiles  
*[http://blog.ezyang.com/2010/06/setting-up-cabal-the-ffi-and-c2hs/ Setting up Cabal, the FFI and c2hs]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 21:48, 22 September 2010

The Haskell Cabal:

The Common Architecture for Building Applications and Libraries

http://www.haskell.org/cabal/

Information for package users

Information for package developers