Re: [wxhaskell-devel] Windows

2009-11-12 Thread Brian Lewis
On Thursday, 12.11.09 at 14:11, Jeremy O'Donoghue wrote: > Setup.hs: Error: Could not find module: Graphics.UI.WXCore.WxcClassInfo with > any suffix: ["gc","chs","hsc","x","y","ly","cpphs","hs","lhs"] WxcClassInfo is in the exported modules list, but its source is generated by wxdirect into dist/b

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Jeremy O'Donoghue
Hi Eric, 2009/11/12 Eric Y. Kow : > > I think I replied too soon.  The problem looks like an interaction > between the fact that we expose our autogenerated modules and the fact > that we generate them in a non-src directory (which is nice to do). Yup - discovered that when I tried it :-( It's n

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Eric Y. Kow
On Thu, Nov 12, 2009 at 14:11:17 +, Jeremy O'Donoghue wrote: > $ WXWIN=/c/utils/wxWidgets-2.8.10 WXCFG=gcc_dll/mswu runhaskell Setup.hs sdist > Building source dist for wxcore-0.12.1.1... > Setup.hs: Error: Could not find module: Graphics.UI.WXCore.WxcClassInfo with > any suffix: ["gc","chs","h

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Eric Y. Kow
Hi Jeremy, On Thu, Nov 12, 2009 at 14:11:17 +, Jeremy O'Donoghue wrote: > $ WXWIN=/c/utils/wxWidgets-2.8.10 WXCFG=gcc_dll/mswu runhaskell Setup.hs sdist > Building source dist for wxcore-0.12.1.1... > Setup.hs: Error: Could not find module: Graphics.UI.WXCore.WxcClassInfo with > any suffix: ["

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Jeremy O'Donoghue
Hi all, A couple more things: Cabal upload is not happy with putting 'build-depends:' in a conditional. I get the following error: "400 Error in upload The dependency 'build-depends: base' does not specify an upper bound on the version number. Each major release of the 'base' package changes the

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Jeremy O'Donoghue
Hi all, [Eric - note question aimed your way, buried near the bottom] 2009/11/10 Brian Lewis : > On Tuesday, 10.11.09 at 12:42, Jeremy O'Donoghue wrote: >> One good option may be to commit the code 'as-is' to enable simple >> cabal install of wxHaskell, and work on putting back the features we >>

[wxhaskell-devel] patch applied (wxhaskell): Bump version to 0.12.1.1, remove unused wxc directory

2009-11-12 Thread Jeremy O'Donoghue
Wed Nov 11 12:25:33 EST 2009 jeremy.odonog...@gmail.com * Bump version to 0.12.1.1, remove unused wxc directory M ./wx/wx.cabal -3 +3 R ./wxc/ R ./wxc/util/ R ./wxc/util/gconst.cc R ./wxc/util/gfunc.cc R ./wxc/util/reimp.exe R ./wxc/wxc-2.8.dsp R ./wxc/wxc-2.8.ds

[wxhaskell-devel] patch applied (wxhaskell): Cabalize wxcore per Brian Lewis

2009-11-12 Thread Jeremy O'Donoghue
Mon Nov 9 11:44:09 EST 2009 jeremy.odonog...@gmail.com * Cabalize wxcore per Brian Lewis ./wxc/eiffel -> ./wxcore/src/eiffel ./wxc/include -> ./wxcore/src/include ./wxc/src -> ./wxcore/src/cpp ./wxcore/src/Graphics -> ./wxcore/src/haskell/Graphics ./wxcore/src/cpp/eljg