Re: [wxhaskell-devel] Project ownership and Hackage upload

2013-08-02 Thread Jeremy O'Donoghue
That's fine with me. I'll probably continue to contribute when work allows, so more than happy to be listed. Please go ahead and make announcements and changes whenever you want to. Best regards Jeremy On 2 Aug 2013 00:59, "Atze Dijkstra" wrote: > Thanks! > > I created an organisation 'wxHaskel

Re: [wxhaskell-devel] Build failure

2013-08-02 Thread M. Schulte
Hi, > it seems that the problem lies with wxc. I (for now) have provided > bin/mk-cabal to build locally, did you use that, what is the full > build output, in particular w.r.t wxc? Yes, I have used bin/mk-cabal. The full build output is here: http://pastebin.com/XSgGDh9E (Atze, nevermind my last

Re: [wxhaskell-devel] Build failure

2013-08-02 Thread Atze Dijkstra
Hi Melanie, it seems that the problem lies with wxc. I (for now) have provided bin/mk-cabal to build locally, did you use that, what is the full build output, in particular w.r.t wxc? wxc build (e.g.) might fail because of an incorrect/incomplete install of wxWidgets. Is the correct (and not an

Re: [wxhaskell-devel] Build failure

2013-08-02 Thread M. Schulte
Hi, thanks for your quick help, Atze. > this problem is fixed in the forked repo > https://github.com/atzedijkstra/wxHaskell. See the README there. The > intent is that this fork will merge back into the official repo and > an update of the version available via cabal and Hackage. I have install

[wxhaskell-devel] New organizational repo for wxHaskell

2013-08-02 Thread Atze Dijkstra
Dear all, I have created a new github organisation 'wxHaskell' and moved my wxHaskell fork into it, see https://github.com/wxHaskell/wxHaskell. My fork https://github.com/atzedijkstra/wxHaskell does not exist anymore, I'll adapt the relevant wikis. regards, - Atze - Atze Dijk

Re: [wxhaskell-devel] Project ownership and Hackage upload

2013-08-02 Thread Atze Dijkstra
Thanks! I created an organisation 'wxHaskell' (https://github.com/organizations/wxHaskell) and will soon move my own wxHaskell fork into that organisation (and edit the appropriate wiki pages). For now I have made Henk-Jan, Jeremy, you and myself owner and member of a github 'wxHaskell devel &

Re: [wxhaskell-devel] Project ownership and Hackage upload

2013-08-02 Thread Eric Kow
On 2 August 2013 07:56, Atze Dijkstra wrote: > I'd prefer to have a maintainer independent project repo, but github does > not seem to have such a thing, It's well possible. You have to create an organisation somehow GitHub users can be added to orgs I don't know how to go about it exactly, b

[wxhaskell-devel] Preparation for new release

2013-08-02 Thread Atze Dijkstra
Dear all, In https://github.com/atzedijkstra/wxHaskell I have combined the various patches from forks of the 'official' wxHaskell repo https://github.com/jodonoghue/wxHaskell. I have included a README with the current status and additional build info: basically it compiles with (the recently r

Re: [wxhaskell-devel] Project ownership and Hackage upload

2013-08-02 Thread Atze Dijkstra
Hi Jeremy, thanks! I am only now reading the various emails and combining the various patches. I'd prefer to have a maintainer independent project repo, but github does not seem to have such a thing, so for now it would have the stablest appearance if I can use your wxHaskell github repo as if

Re: [wxhaskell-devel] Build failure

2013-08-02 Thread Atze Dijkstra
Hi Melanie, this problem is fixed in the forked repo https://github.com/atzedijkstra/wxHaskell. See the README there. The intent is that this fork will merge back into the official repo and an update of the version available via cabal and Hackage. regards, On 2 Aug, 2013, at 01:19 , "M. Schu