# Maintainance Release Procedure

# bump version and update dependencies if necessary
emacs language-c.cabal
darcs record

# apply patches
darcs am *.patch

# add minimal test for new functionality
# (edit test/harness)

# haskell updates
# (update GHC to stable release)
cabal update
cabal install -p --upgrade-dependencies

# regression test
DEFAULT_BROWSER=firefox bash scripts/regression_test

# tag
darcs tag language-c-0.5.0

# upload to code.haskell.org
darcs push

# update hub.darcs.net
# update github mirror (darcs-2-git)

# upload to hackage (using website)
