blurgh, it's code.haskell.org not community.haskell.org

Ignore-this: 17c564f131e17631d0b07463246afd83

darcs-hash:20121017174928-76d51-e9219915e36318d42e367dd5d4fd1060e96efb44
This commit is contained in:
Daniel Wagner 2012-10-17 10:49:28 -07:00
parent 048bf2ec0c
commit 1c3ac37dfb
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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