diff --git a/RELEASING b/RELEASING index c8539d8..376874f 100644 --- a/RELEASING +++ b/RELEASING @@ -5,7 +5,8 @@ On each release: * darcs tag with the version number To build a release tarball: -cabal configure && ./dist/setup/setup sdist +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 diff --git a/encoding.cabal b/encoding.cabal index d31e15d..aa442d3 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -1,5 +1,5 @@ Name: encoding -Version: 0.6.7 +Version: 0.6.7.1 Author: Henning Günther Maintainer: daniel@wagner-home.com License: BSD3 @@ -31,12 +31,12 @@ Flag systemEncoding Source-Repository head Type: darcs - Location: http://community.haskell.org/encoding + Location: http://code.haskell.org/encoding Source-Repository this Type: darcs - Location: http://community.haskell.org/encoding - Tag: 0.6.7 + Location: http://code.haskell.org/encoding + Tag: 0.6.7.1 Library Build-Depends: binary, extensible-exceptions, HaXml >= 1.22 && < 1.24