Bug#570284: O: washngo

2010-05-08 Thread Joachim Breitner
Hi Marc,

Am Samstag, den 08.05.2010, 23:34 +0200 schrieb Marc Weber:
  did you receive my mail from April 20th?
 I did as you adviced. 2.12.0.1 should be on hackage now.
 
 I'm sorry for the delay. There are a lot different tasks which are more
 important to me.
 
 I hope everything is fine now.

yes, it looks very good, uploading as I write. Thanks for the work, and
don’t worry about the delay, we are all just volunteers.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: O: washngo

2010-04-20 Thread Joachim Breitner
Hi,

Am Dienstag, den 20.04.2010, 02:13 +0200 schrieb Marc Weber:
  and another problem: Some of the source files are latin-1-encoded.
  Programs like haddock or hscolour expect Haskell source files to be
  UTF-8 encoded these days.
  
  Would you mind uploading a fixed tarball with the parsec constraint and
  utf8 (or ascii) source files?

 Yes. thats a problem that you can't override versions  fixing .cabal
 version constraints and such..

Just upload 2.12.0.1, or am I misunderstanding you here?

 Which is the fastest way to find those files?

$ file --mime-encoding $(find -name \*.hs)|grep -v 'us-ascii\|utf8'
./WASH/Mail/Email.hs:   iso-8859-1
./WASH/Mail/MIME.hs:iso-8859-1
./WASH/Utility/Locking.hs:  iso-8859-1
./WASH/Utility/Unique.hs:   iso-8859-1
./WASH/Utility/Base64.hs:   iso-8859-1
./WASH/Utility/Shell.hs:iso-8859-1
./WASH/Utility/Hex.hs:  iso-8859-1
./WASH/Utility/URLCoding.hs:iso-8859-1
./WASH/Utility/ISO8601.hs:  iso-8859-1
./WASH/Utility/RFC2279.hs:  iso-8859-1
./WASH/Utility/RFC2047.hs:  iso-8859-1
./WASH/Utility/JavaScript.hs:   iso-8859-1
./WASH/Utility/FileNames.hs:iso-8859-1
./WASH/Utility/SimpleParser.hs: iso-8859-1
./WASH/Utility/IntToString.hs:  iso-8859-1
./WASH/Utility/QuotedPrintable.hs:  iso-8859-1
./WASH/Utility/RFC2397.hs:  iso-8859-1
./WASH/CGI/Style.hs:iso-8859-1
./WASH/CGI/CGI.hs:  iso-8859-1
./WASH/CGI/Fields.hs:   iso-8859-1
./WASH/CGI/LogEntry.hs: iso-8859-1
./WASH/CGI/CGIInternals.hs: iso-8859-1
./WASH/CGI/CGIXX.hs:iso-8859-1
./WASH/CGI/Cookie.hs:   iso-8859-1
./WASH/CGI/BaseCombinators.hs:  iso-8859-1
./WASH/CGI/CGITypes.hs: iso-8859-1
./WASH/CGI/Types.hs:iso-8859-1
./WASH/CGI/InputHandle.hs:  iso-8859-1
./WASH/CGI/CGIOutput.hs:iso-8859-1
./WASH/CGI/RawCGI.hs:   iso-8859-1
./WASH/CGI/RawCGITypes.hs:  iso-8859-1
./WASH/CGI/EventHandlers.hs:iso-8859-1
./WASH/CGI/Transaction.hs:  iso-8859-1
./WASH/CGI/SubmitXX.hs: iso-8859-1
./WASH/CGI/ContentType.hs:  iso-8859-1
./WASH/CGI/Persistent2.hs:  iso-8859-1
./WASH/CGI/StateItem.hs:iso-8859-1
./WASH/CGI/TCGI.hs: iso-8859-1
./WASH/CGI/CGIConfig.hs:iso-8859-1
./WASH/CGI/RawCGIInternal.hs:   iso-8859-1
./WASH/CGI/CGIMonad.hs: iso-8859-1
./WASH/CGI/CGIGraphics.hs:  iso-8859-1
./WASH/CGI/TransactionUtil.hs:  iso-8859-1
./WASH/CGI/Submit98.hs: iso-8859-1
./WASH/CGI/PPM.hs:  iso-8859-1
./WASH/HTML/HTMLTypedBase98.hs: iso-8859-1
./WASH/HTML/HTMLPrelude.hs: iso-8859-1
./WASH/HTML/HTMLMonad98.hs: iso-8859-1
./WASH/HTML/HTMLMonadBase.hs:   iso-8859-1
./WASH/HTML/HTMLMonadAttrs.hs:  iso-8859-1
./WASH/HTML/HTMLBase.hs:iso-8859-1
./WASH/HTML/HTMLPrelude98.hs:   iso-8859-1
./WASH/HTML/HTMLMonad.hs:   iso-8859-1
./WASH/HTML/HTMLTypedBase.hs:   iso-8859-1

For the auto-generated files it would make sense to fix the generator to
output utf8 files (Or just replace the © with (c).) But manually fixing
the source files should suffice for now.

 My haddock doesn't have any trouble..

Ok, maybe it is only hscolour, but it also affects hackage:
http://hackage.haskell.org/packages/archive/WashNGo/2.12/logs/failure/ghc-6.12

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: O: washngo

2010-04-19 Thread Joachim Breitner
Hi Marc,

Am Montag, den 19.04.2010, 04:00 +0200 schrieb Marc Weber:
 Here it is (on hackage):
 http://hackage.haskell.org/package/WashNGo

thanks!

It seems you did not specify a necessary constraint on the parsec
dependency. Washngo does not build with parsec3, so you should say
parsec ( 3)
in the cabal file.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: O: washngo

2010-04-19 Thread Joachim Breitner
Hi,

Am Montag, den 19.04.2010, 15:28 +0200 schrieb Joachim Breitner:
 Am Montag, den 19.04.2010, 04:00 +0200 schrieb Marc Weber:
  Here it is (on hackage):
  http://hackage.haskell.org/package/WashNGo
 
 thanks!
 
 It seems you did not specify a necessary constraint on the parsec
 dependency. Washngo does not build with parsec3, so you should say
   parsec ( 3)
 in the cabal file.

and another problem: Some of the source files are latin-1-encoded.
Programs like haddock or hscolour expect Haskell source files to be
UTF-8 encoded these days.

Would you mind uploading a fixed tarball with the parsec constraint and
utf8 (or ascii) source files?

@DHG: I’ll wait for the new release to do an upload. This also avoids
the problem of having two 2.12 tarballs in the archive.

Thanks,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: O: washngo

2010-04-18 Thread Marc Weber
Here it is (on hackage):
http://hackage.haskell.org/package/WashNGo

Marc Weber



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570284: O: washngo

2010-04-07 Thread Ralf Treinen
HI Joachim,

On Tue, Apr 06, 2010 at 06:54:55PM +0200, Joachim Breitner wrote:
 Hi Marc,
 
 Am Dienstag, den 06.04.2010, 16:47 +0200 schrieb Marc Weber:
  Excerpts from Joachim Breitner's message of Mon Apr 05 11:41:09 +0200 2010:
   Dear Ralf,
   
   Am Montag, den 05.04.2010, 10:47 +0200 schrieb Ralf Treinen:
washngo has 3 serious bugs, two of them FTBFS, and has a popcon
of virtually zero. If noone takes action on this package soon
then I will ask for its removal on behalf of the QA team.
   
   as a member of the DHG, I do not object. (I still hope that Marc will
   help us out by creating a cabalized version).
  
  Sorry for the long delay.
  
  New cabalized darcs version which compiles:
  
  http://code.haskell.org/WASH
  
  I haven't tested it in detail. Anyway I'm going to upload it to Hackage
  probably within 2 days.
  
  It should be easy to install the package using cabla-install. So I
  don't think it matters that much whether there is a Debian package or
  not.
 
 thanks for the update. I don’t expect any problem in supporting a
 cabalized WASH in Debian. Ralf, in this case, please postbone the
 removal for a while.

sure. Would the debian haskell team take over maintenance of that package
(I take it that you are on that team) ?

Cheers -Ralf.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570284: O: washngo

2010-04-07 Thread Joachim Breitner
Hi,

Am Mittwoch, den 07.04.2010, 10:02 +0200 schrieb Ralf Treinen:
  thanks for the update. I don’t expect any problem in supporting a
  cabalized WASH in Debian. Ralf, in this case, please postbone the
  removal for a while.
 
 sure. Would the debian haskell team take over maintenance of that package
 (I take it that you are on that team) ?

yes, that is the plan.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: O: washngo

2010-04-06 Thread Marc Weber
Excerpts from Joachim Breitner's message of Mon Apr 05 11:41:09 +0200 2010:
 Dear Ralf,
 
 Am Montag, den 05.04.2010, 10:47 +0200 schrieb Ralf Treinen:
  washngo has 3 serious bugs, two of them FTBFS, and has a popcon
  of virtually zero. If noone takes action on this package soon
  then I will ask for its removal on behalf of the QA team.
 
 as a member of the DHG, I do not object. (I still hope that Marc will
 help us out by creating a cabalized version).

Sorry for the long delay.

New cabalized darcs version which compiles:

http://code.haskell.org/WASH

I haven't tested it in detail. Anyway I'm going to upload it to Hackage
probably within 2 days.

It should be easy to install the package using cabla-install. So I
don't think it matters that much whether there is a Debian package or
not.

Marc Weber



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570284: O: washngo

2010-04-06 Thread Joachim Breitner
Hi Marc,

Am Dienstag, den 06.04.2010, 16:47 +0200 schrieb Marc Weber:
 Excerpts from Joachim Breitner's message of Mon Apr 05 11:41:09 +0200 2010:
  Dear Ralf,
  
  Am Montag, den 05.04.2010, 10:47 +0200 schrieb Ralf Treinen:
   washngo has 3 serious bugs, two of them FTBFS, and has a popcon
   of virtually zero. If noone takes action on this package soon
   then I will ask for its removal on behalf of the QA team.
  
  as a member of the DHG, I do not object. (I still hope that Marc will
  help us out by creating a cabalized version).
 
 Sorry for the long delay.
 
 New cabalized darcs version which compiles:
 
 http://code.haskell.org/WASH
 
 I haven't tested it in detail. Anyway I'm going to upload it to Hackage
 probably within 2 days.
 
 It should be easy to install the package using cabla-install. So I
 don't think it matters that much whether there is a Debian package or
 not.

thanks for the update. I don’t expect any problem in supporting a
cabalized WASH in Debian. Ralf, in this case, please postbone the
removal for a while.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: O: washngo

2010-04-05 Thread Ralf Treinen
washngo has 3 serious bugs, two of them FTBFS, and has a popcon
of virtually zero. If noone takes action on this package soon
then I will ask for its removal on behalf of the QA team.

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570284: O: washngo

2010-04-05 Thread Joachim Breitner
Dear Ralf,

Am Montag, den 05.04.2010, 10:47 +0200 schrieb Ralf Treinen:
 washngo has 3 serious bugs, two of them FTBFS, and has a popcon
 of virtually zero. If noone takes action on this package soon
 then I will ask for its removal on behalf of the QA team.

as a member of the DHG, I do not object. (I still hope that Marc will
help us out by creating a cabalized version).

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: This is a digitally signed message part


Bug#570284: [Haskell-cafe] Re: Bug#570284: O: washngo

2010-03-06 Thread Joachim Breitner
Hi Marc,

Am Samstag, den 27.02.2010, 17:18 +0100 schrieb Joachim Breitner:
 Am Donnerstag, den 25.02.2010, 13:27 +0100 schrieb Marc Weber:
  It compiles even with ghc HEAD with very minimal cabal adjustments.
  
  I will upload it to hackage soon.
  
  Whether it is a debian package or not isn't that important (IMHO).
 
 sounds good. I guess if it is really cabalized and builds without
 hickup, we will also package it (instead of removing the old package).
 Who knows, someone might want to use it.

just wondering: When are you planning to upload washngo to hackage?

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#570284: [Haskell-cafe] Re: Bug#570284: O: washngo

2010-02-27 Thread Joachim Breitner
Hi,

Am Donnerstag, den 25.02.2010, 13:27 +0100 schrieb Marc Weber:
 It compiles even with ghc HEAD with very minimal cabal adjustments.
 
 I will upload it to hackage soon.
 
 Whether it is a debian package or not isn't that important (IMHO).

sounds good. I guess if it is really cabalized and builds without
hickup, we will also package it (instead of removing the old package).
Who knows, someone might want to use it.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#570284: O: washngo

2010-02-25 Thread Joachim Breitner
Hi,

Am Mittwoch, den 17.02.2010, 15:35 -0600 schrieb John Goerzen:
 I no longer use WASH, nor do I have time to maintain it anymore.
 Orphaning it, and CCing debian-haskell in case someone there has
 interest in it.

we have two option: Taking it over by the Haskell Group, or dropping it
from Debian. Therefore my question:

Is anyone using Wash? Is it still useful, three years after the last
change and with HAppS around?

Greetings,
Joachim
-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#570284: [Haskell-cafe] Re: Bug#570284: O: washngo

2010-02-25 Thread Joachim Breitner
Hi,

Am Donnerstag, den 25.02.2010, 10:27 +0100 schrieb Marc Weber:
 It's a nice piece of code. I'm not using it either. But its ideas should
 not be forgotten. What exactly is the problem with supporting it?
 
 It's not using many extensions so compiling it should not make any
 trouble, does it?
 
 Maybe someone (I?) should write a .cabal file and add it to hackage.
 
 Then everyone who is interested in it can install it using
 cabal-install.
 
 I never want to miss having read some of its code.

It’s not even cabalized yet? That would cause even extra work... But if
it is cabalized and builds without issues, then supporting it is not
much effort (although it’s not Debian’s task to be a code library,
people can go to hackage for that).

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#570284: [Haskell-cafe] Re: Bug#570284: O: washngo

2010-02-25 Thread Marc Weber
Excerpts from Joachim Breitner's message of Thu Feb 25 10:15:08 +0100 2010:
 Hi,
 
 Am Mittwoch, den 17.02.2010, 15:35 -0600 schrieb John Goerzen:
  I no longer use WASH, nor do I have time to maintain it anymore.
  Orphaning it, and CCing debian-haskell in case someone there has
  interest in it.
 
 we have two option: Taking it over by the Haskell Group, or dropping it
 from Debian. Therefore my question:
 
 Is anyone using Wash? Is it still useful, three years after the last
 change and with HAppS around?

It's a nice piece of code. I'm not using it either. But its ideas should
not be forgotten. What exactly is the problem with supporting it?

It's not using many extensions so compiling it should not make any
trouble, does it?

Maybe someone (I?) should write a .cabal file and add it to hackage.

Then everyone who is interested in it can install it using
cabal-install.

I never want to miss having read some of its code.

Marc Weber



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570284: [Haskell-cafe] Re: Bug#570284: O: washngo

2010-02-25 Thread Marc Weber
Hi,

It compiles even with ghc HEAD with very minimal cabal adjustments.

I will upload it to hackage soon.

Whether it is a debian package or not isn't that important (IMHO).

Marc Weber



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570284: O: washngo

2010-02-17 Thread John Goerzen
Package: wnpp
Severity: normal

I no longer use WASH, nor do I have time to maintain it anymore.
Orphaning it, and CCing debian-haskell in case someone there has
interest in it.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org