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 it were my own. I'll wrap things up 
in the coming weeks, make an announcement, explain the shift in ownership, 
etcetc.

Anyway, thanks for all the work you (and others) and others have put into 
wxHaskell, although (as always :-)) much more work remains, the library appears 
to be in better shape than some years ago!

regards,
Atze

On  14 Jun, 2013, at 15:00 , Jeremy O'Donoghue jeremy.odonog...@gmail.com 
wrote:

 Hi all,
 
 My sincere apologies for lack of availability and presence over the past few 
 months - due almost entirely for being the software technology lead for  
 http://www.tomshardware.com/news/Qualcomm-Atheros-NFC-Near-Field-QCA1990-Snapdragon,19607.html.
  Not much Haskell there, unfortunately.
 
 Atze, Henk-Jan, Harry  Eric, my thanks for making the efforts you have. 
 Atze, you have my blessing to take over as lead maintainer and I wish you the 
 best of luck. I am happy to make the announcement myself if you prefer - 
 otherwise please go ahead.
 
 When I have the time, I will be happy to continue to contribute - this is 
 unlikely to be the case for a few months yet, unfortunately. I am also happy 
 to offer up control of the current wxhaskell repo that I own, if it saves the 
 complication of editing wiki entries etc. Please let me know.
 
 Very best regards
 Jeremy
 
 
 
 
 On 13 June 2013 22:59, Henk-Jan van Tuyl hjgt...@chello.nl wrote:
 On Thu, 13 Jun 2013 23:24:31 +0200, Eric Kow eric@gmail.com wrote:
 
  So it's been a week since Atze has agreed to take on maintainership of
  wxHaskell.  Shall we perhaps make it official with an announcement
 
 That's fine with me.
 
 Regards,
 Henk-Jan van Tuyl
 
 
 --
 Folding@home
 What if you could share your unused computer power to help find a cure? In
 just 5 minutes you can join the world's biggest networked computer and get
 us closer sooner. Watch the video.
 http://folding.stanford.edu/
 
 
 http://Van.Tuyl.eu/
 http://members.chello.nl/hjgtuyl/tourdemonad.html
 Haskell programming
 --
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 wxhaskell-devel mailing list
 wxhaskell-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev___
 wxhaskell-devel mailing list
 wxhaskell-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


- Atze -

Atze Dijkstra, Department of Information and Computing Sciences. /|\
Utrecht University, PO Box 80089, 3508 TB Utrecht, Netherlands. / | \
Tel.: +31-30-2534118/1454 | WWW  : http://www.cs.uu.nl/~atze . /--|  \
Fax : +31-30-2513971  | Email: a...@uu.nl ... /   |___\




--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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. Schulte m-hask...@fuglos.org wrote:

 Hi,
 
 I'm on Fedora 18, having installed wxWidgets (GTK) 2.9 in ~/local, ~/local/bin
 is in $PATH. When I do 'cabal install wx', the following error gets triggered:
 
 [...]
 /usr/bin/gcc -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -Isrc/include 
 -I/home/mel/local/include/wx-2.9 
 -I/home/mel/local/lib/wx/include/gtk2-unicode-2.9 -D__WXGTK__ -DWXUSINGDLL 
 -D_FILE_OFFSET_BITS=64 -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljgrid.cpp -o 
 dist/build/src/cpp/eljgrid.o
 src/cpp/eljgrid.cpp: In function ‘void 
 wxGridCellEditor_PaintBackground(wxGridCellEditor*, int, int, int, int, 
 void*)’:
 src/cpp/eljgrid.cpp:61:65: error: no matching function for call to 
 ‘wxGridCellEditor::PaintBackground(wxRect, wxGridCellAttr*)’
 src/cpp/eljgrid.cpp:61:65: note: candidate is:
 In file included from /home/mel/local/include/wx-2.9/wx/grid.h:15:0,
 from src/include/wrapper.h:32,
 from src/cpp/eljgrid.cpp:1:
 /home/mel/local/include/wx-2.9/wx/generic/grid.h:216:18: note: virtual void 
 wxGridCellEditor::PaintBackground(wxDC, const wxRect, const wxGridCellAttr)
 /home/mel/local/include/wx-2.9/wx/generic/grid.h:216:18: note:   candidate 
 expects 3 arguments, 2 provided
 src/cpp/eljgrid.cpp: In function ‘bool wxGrid_CanDragRowSize(wxGrid*)’:
 src/cpp/eljgrid.cpp:741:30: warning: ‘bool wxGrid::CanDragRowSize() const’ is 
 deprecated (declared at 
 /home/mel/local/include/wx-2.9/wx/generic/grid.h:1836) 
 [-Wdeprecated-declarations]
 src/cpp/eljgrid.cpp: In function ‘bool wxGrid_CanDragColSize(wxGrid*)’:
 src/cpp/eljgrid.cpp:756:30: warning: ‘bool wxGrid::CanDragColSize() const’ is 
 deprecated (declared at 
 /home/mel/local/include/wx-2.9/wx/generic/grid.h:1837) 
 [-Wdeprecated-declarations]
 cabal: Error: some packages failed to install:
 wx-0.90.0.1 depends on wxc-0.90.0.4 which failed to install.
 wxc-0.90.0.4 failed during the building phase. The exception was:
 ExitFailure 1
 wxcore-0.90.0.3 depends on wxc-0.90.0.4 which failed to install.
 [mel@lily ~]$
 
 Any idea, what's going on here?
 
 Thanks,
 melanie--
 Get your SQL database under version control now!
 Version control is standard for application code, but databases havent 
 caught up. So what steps can you take to put your SQL databases under 
 version control? Why should you start doing it? Read more to find out.
 http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk___
 wxhaskell-devel mailing list
 wxhaskell-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


- Atze -

Atze Dijkstra, Department of Information and Computing Sciences. /|\
Utrecht University, PO Box 80089, 3508 TB Utrecht, Netherlands. / | \
Tel.: +31-30-2534118/1454 | WWW  : http://www.cs.uu.nl/~atze . /--|  \
Fax : +31-30-2513971  | Email: a...@uu.nl ... /   |___\




--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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 released) wxWidgets 2.9.5 and GHC 7.6.3, intending this to be a 
maintenance update.

I have compiled (and used) the library on MacOSX 10.8.4, and ask those of you 
who have a different platform and are willing to help out to check whether the 
current combo works for you, or whether I have overlooked something. After that 
I hope to upload it to Hackage, make an announcement also explaining the shift 
of ownership.

regards,

- Atze -

Atze Dijkstra, Department of Information and Computing Sciences. /|\
Utrecht University, PO Box 80089, 3508 TB Utrecht, Netherlands. / | \
Tel.: +31-30-2534118/1454 | WWW  : http://www.cs.uu.nl/~atze . /--|  \
Fax : +31-30-2513971  | Email: a...@uu.nl ... /   |___\




--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2013-08-02 Thread Eric Kow
On 2 August 2013 07:56, Atze Dijkstra a...@uu.nl 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, but I'm in a couple of orgs
myself, so I know it's possible

-- 
Eric Kow http://erickow.com
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel