Cabal: Difference between revisions
(Added a link to "Setting up Cabal, the FFI and c2hs") |
(→Information for package users: Added a linnk to "Storage and Identification of Cabalized Packages") |
||
Line 10: | Line 10: | ||
*[http://hackage.haskell.org/package/cabal-sort Cabal-Sort] - assistence with compilation of multiple cabal packages | *[http://hackage.haskell.org/package/cabal-sort Cabal-Sort] - assistence with compilation of multiple cabal packages | ||
*[[CabalFind]] - finding Cabal packages on the web (now superseded by [http://hackage.haskell.org/ Hackage]) | *[[CabalFind]] - finding Cabal packages on the web (now superseded by [http://hackage.haskell.org/ Hackage]) | ||
* [http://www.vex.net/~trebla/haskell/sicp.xhtml Storage and Identification of Cabalized Packages] | |||
== Information for package developers == | == Information for package developers == |
Revision as of 19:35, 9 May 2011
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)
- Storage and Identification of Cabalized Packages
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