Ignore-this: 35ba119bdb111f91844a3c16ecf79e7b darcs-hash:20140707174439-7469c-393e1047f758f9cbd10d88d6cb4003abc97fd37e
16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
On each release:
|
|
* update CHANGELOG
|
|
* bump the version number in the .cabal file (including in the "this" repository spec)
|
|
* cabal upload a release tarball
|
|
* darcs tag with the version number
|
|
|
|
To build a release tarball:
|
|
cabal configure
|
|
./dist/setup/setup sdist
|
|
tar xf dist/encoding-version.tar.gz
|
|
rm -r encoding-version/dist
|
|
tar cf dist/encoding-version.tar encoding-version
|
|
rm -r encoding-version
|
|
gzip -f dist/encoding-version.tar
|
|
cabal upload dist/encoding-version.tar
|