[[Category:Packages]] == Abstract == '''project-foo''' is a template for a package, to make it easy to copy & modify. It uses [[cabal-make]] for convenience. It's even equipped with a darcs repo. Copy the directory ("cp -rp"), "darcs mv" the .cabal file, edit README and wikipage.tw. Then "darcs update" the changes and add new content with "make check-add" and "make add-new". Besides this wiki page, here are more ways to find out about project-foo: * Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/project-foo Hackage page] for library documentation and to download & install. * Or install with cabal install project-foo. * Get the code repository: darcs get http://code.haskell.org/project-foo. Please leave comments at the [[Talk:project-foo|Talk page]].