Cabal: Difference between revisions
(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
Information for package users
- How to install a Cabal package
- FAQ: Frequently Asked Questions
- Cabal-Install - tool that greatly simplifies installation of Cabal packages
- Cabal-Sort - assistence with compilation of multiple cabal packages
- CabalFind - finding Cabal packages on the web (now superseded by Hackage)
Information for package developers
- How to write a Haskell program
- FAQ: Frequently Asked Questions of package authors
- Upgrading packages
- Package versioning policy
- Creating Debian packages from Cabal package
- Adding data files using Cabal
- Cabal Setup file examples
- Cabal-make - automation based on makefiles
- Setting up Cabal, the FFI and c2hs