From 1c3ac37dfb9ab47d280f7b21c9deaf7ea8a14040 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 17 Oct 2012 10:49:28 -0700 Subject: [PATCH] blurgh, it's code.haskell.org not community.haskell.org Ignore-this: 17c564f131e17631d0b07463246afd83 darcs-hash:20121017174928-76d51-e9219915e36318d42e367dd5d4fd1060e96efb44 --- RELEASING | 3 ++- encoding.cabal | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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