Cabal
From HaskellWiki
(Difference between revisions)
(Added link "Cabal Setup file examples") |
(move DLL hints to Developer-FAQ) |
||
| Line 11: | Line 11: | ||
== Information for developers == | == Information for developers == | ||
*[[How to write a Haskell program]] | *[[How to write a Haskell program]] | ||
| + | *[[Cabal/Developer-FAQ|FAQ: Frequently Asked Questions of package authors]] | ||
*[[Upgrading packages]] | *[[Upgrading packages]] | ||
*[[Package versioning policy]] | *[[Package versioning policy]] | ||
| Line 21: | Line 22: | ||
*[[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]) | ||
*[[Cabal-make]] - automation based on makefiles | *[[Cabal-make]] - automation based on makefiles | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
[[Category:Tools]] | [[Category:Tools]] | ||
Revision as of 08:14, 13 May 2010
The Haskell Cabal:
- The Common Architecture for Building Applications and Libraries
1 Information for users
- How to install a Cabal package
- FAQ: Frequently Asked Questions
- Cabal-Install - tool that greatly simplifies installation of Cabal packages
2 Information for 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
2.1 Related contributed tools
- CabalFind - finding Cabal packages on the web (now superseded by Hackage)
- Cabal-make - automation based on makefiles
