Re: [Haskell-cafe] gd on Win32

2010-07-22 Thread Dougal Stanton
On Fri, Jul 2, 2010 at 8:34 PM, Christopher Done
chrisd...@googlemail.com wrote:


 That sounds like a good idea. I've setup a repo, I've merged in the
 latest work I did on it, and I've just updated it to be latest
 Prelude/base and to comply with -Wall. I'm just going to make it
 consistent with tibbe's style guide[1] before we start patching it for
 feature updates, so that we're singing from the same hymn sheet and
 then I'll let you you here. The Github repo is here:

 http://github.com/chrisdone/gd

Excellent news! I submitted some patches to the maintainer a while
back but never heard any response, positive or negative.

My changes were a subset of what you have on github now. It's great to
see it being cared for again!

Cheers,

D
-- 
Dougal Stanton
dou...@dougalstanton.net // http://www.dougalstanton.net
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] gd on Win32

2010-07-02 Thread Jason Felice
Howdy,

The listed maintainer for gd is no longer maintaining it.  I'm wondering if
anyone else is, if there is a version control URL, and how I can send
patches.  I need to get it working for Win32.

Thanks
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] gd on Win32

2010-07-02 Thread Christopher Done
I'll be the new maintainer. I've used it a fair bit. I'll setup a
github repository.

I don't have a Windows install available, but I've used Windows for
development in the past.

Hold up.

On 2 July 2010 20:00, Jason Felice jason.m.fel...@gmail.com wrote:
 Howdy,

 The listed maintainer for gd is no longer maintaining it.  I'm wondering if
 anyone else is, if there is a version control URL, and how I can send
 patches.  I need to get it working for Win32.

 Thanks

 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] gd on Win32

2010-07-02 Thread Matthew Gruen
On 7/2/10, Christopher Done chrisd...@googlemail.com wrote:
 On 2 July 2010 20:00, Jason Felice jason.m.fel...@gmail.com wrote:
 Howdy,

 The listed maintainer for gd is no longer maintaining it.  I'm wondering
 if
 anyone else is, if there is a version control URL, and how I can send
 patches.  I need to get it working for Win32.

 Thanks

 I'll be the new maintainer. I've used it a fair bit. I'll setup a
 github repository.

 I don't have a Windows install available, but I've used Windows for
 development in the past.

 Hold up.


I was wondering the same thing about submitting patches to expose more
of the image functionality, including getting some functions to return
Either instead of failing with a runtime error. Let me know when you
get it set up.

Cheers,
Matt
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] gd on Win32

2010-07-02 Thread Christopher Done
On 2 July 2010 20:29, Matthew Gruen wikigraceno...@gmail.com wrote:
 I was wondering the same thing about submitting patches to expose more
 of the image functionality, including getting some functions to return
 Either instead of failing with a runtime error. Let me know when you
 get it set up.

That sounds like a good idea. I've setup a repo, I've merged in the
latest work I did on it, and I've just updated it to be latest
Prelude/base and to comply with -Wall. I'm just going to make it
consistent with tibbe's style guide[1] before we start patching it for
feature updates, so that we're singing from the same hymn sheet and
then I'll let you you here. The Github repo is here:

http://github.com/chrisdone/gd

What's your Github username? I will add you as a project admin so that
you can push to it directly.

[1]: http://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] gd on Win32

2010-07-02 Thread Christopher Done
OK, here's the cleaned up repo. ready for action:

http://github.com/chrisdone/gd

Uploaded to Hackage with me as maintainer: http://hackage.haskell.org/package/gd

On 2 July 2010 21:34, Christopher Done chrisd...@googlemail.com wrote:
 On 2 July 2010 20:29, Matthew Gruen wikigraceno...@gmail.com wrote:
 I was wondering the same thing about submitting patches to expose more
 of the image functionality, including getting some functions to return
 Either instead of failing with a runtime error. Let me know when you
 get it set up.

 That sounds like a good idea. I've setup a repo, I've merged in the
 latest work I did on it, and I've just updated it to be latest
 Prelude/base and to comply with -Wall. I'm just going to make it
 consistent with tibbe's style guide[1] before we start patching it for
 feature updates, so that we're singing from the same hymn sheet and
 then I'll let you you here. The Github repo is here:

 http://github.com/chrisdone/gd

 What's your Github username? I will add you as a project admin so that
 you can push to it directly.

 [1]: http://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe