You can subscribe to this list here.
2008 |
Jan
|
Feb
(53) |
Mar
(145) |
Apr
(22) |
May
(7) |
Jun
(14) |
Jul
(14) |
Aug
(9) |
Sep
(10) |
Oct
(48) |
Nov
(59) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(36) |
Feb
(5) |
Mar
(33) |
Apr
(28) |
May
(5) |
Jun
(6) |
Jul
(1) |
Aug
(7) |
Sep
(11) |
Oct
(3) |
Nov
(31) |
Dec
|
2010 |
Jan
(8) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(9) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(12) |
Jul
(36) |
Aug
(7) |
Sep
(40) |
Oct
(6) |
Nov
(40) |
Dec
(8) |
2012 |
Jan
(54) |
Feb
(8) |
Mar
(1) |
Apr
(16) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(7) |
2013 |
Jan
(8) |
Feb
|
Mar
(13) |
Apr
(2) |
May
(13) |
Jun
(44) |
Jul
|
Aug
(13) |
Sep
(12) |
Oct
(11) |
Nov
(7) |
Dec
(6) |
2014 |
Jan
(3) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mads L. <mad...@ya...> - 2008-03-13 16:10:03
|
ons, 12 03 2008 kl. 23:56 +0000, skrev Eric Y. Kow: > On Wed, Mar 12, 2008 at 20:30:14 +0100, Mads Lindstroem wrote: > > Tue Mar 11 22:30:48 CET 2008 Mads Lindstroem <mad...@ya...> > > * Makefile now executes programs on Linux also > > > > On Linux the current makefile executed like <programname>. This > > resultet in an error as Linux do not (and should not) include current > > directory in the search path. > > > > Do the makefile work on Mac and Windows also? > > Hmm, I think the makefile in samples/test might be better. The $(PREP) > thing is not meant to run the sample, but to make it runnable. We don't > have anything to do for that in Linux OK, I misunderstood it's purpose. The problem that I have is when doing: make BouncingBalls I get: ghc -package wx -o BouncingBalls BouncingBalls.hs BouncingBalls make: BouncingBalls: Command not found make: *** [BouncingBalls] Error 127 Greetings, Mads Lindstrøm > > > Wed Mar 12 20:14:02 CET 2008 Mads Lindstroem <mad...@ya...> > > * Updating links > > > > Wed Mar 12 20:17:16 CET 2008 Mads Lindstroem <mad...@ya...> > > * Reflecting that we now have two mailing lists > > > > Wed Mar 12 20:21:16 CET 2008 Mads Lindstroem <mad...@ya...> > > * Updating Yahu link > > Pushing these. > |
From: shelarcy <she...@gm...> - 2008-03-13 15:53:29
|
On Thu, 13 Mar 2008 02:41:02 +0900, Eric Kow <eri...@gm...> wrote: >> Is it late now? We decided to postpone registering mentoring orgnization next year? >> Or did you think that we should be becoming mentor in Hakell.org's mentor? > > I think it's too late for that, but we should definitely try to do > this in the context of Haskell.org Haskell.org answers that they happy to add more mentors. So, it's not late for that. > One thing which might be good is if we could get the Cairo stuff as a > separate package shared by gtk2hs and wxhaskell (and if wxhaskell had > Cairo support too). Not sure what this would entail. Maybe we should > ask our friends at gtk2hs for advice. wxWidgets 2.8 has corresponding feature, so wxWidgets doesn't have cairo support. Only wxGTK uses that internally. http://www.wxwindows.org/manuals/stable/wx_wxgraphicscontext.html#wxgraphicscontext http://www.wxwindows.org/manuals/stable/wx_wxgraphicsobject.html#wxgraphicsobject http://www.wxwindows.org/manuals/stable/wx_wxgraphicsrenderer.html#wxgraphicsrenderer So we must deside which is better way to support vector graphics, using wxGraphics** class or add Cairo's interface? We can find the reources that some person uses wxWidgets with Cairo, on web. So, I think this task is not difficult too. http://www.bradfordelliott.com/content/tutorials/wx/cairoexample.php http://codehavok.com/blog/?p=9 Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: shelarcy <she...@gm...> - 2008-03-13 14:23:47
|
Hi, Can you make ghc 6.8's Debian package? On Wed, 12 Mar 2008 18:50:21 +0900, Jeremy O'Donoghue <jer...@gm...> wrote: > Binary packages are available from the wxHaskell download site at > http://sourceforge.net/project/showfiles.php?group_id=73133, for the > following platforms: > > - Debian I recived question for Debian's pacakage in Japanese Haskell mailing-list (haskell-jp). http://www.tom.sfc.keio.ac.jp/~sakai/w3ml/w3ml.cgi/haskell-jp-2/msg/180 He uses ghc 6.8 on Debian. So, he want to know about that why debian's package is only ghc 6.6's one, and can we release ghc 6.8's package. I checked Debian's package site. And it seems that debian provides ghc 6.8 for many platforms. http://packages.debian.org/sid/ghc6?lang=en Can anyone provied ghc 6.8's Debian package? Mads, can you do that? Thanks, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-03-12 23:56:32
|
On Wed, Mar 12, 2008 at 20:30:14 +0100, Mads Lindstroem wrote: > Tue Mar 11 22:30:48 CET 2008 Mads Lindstroem <mad...@ya...> > * Makefile now executes programs on Linux also > > On Linux the current makefile executed like <programname>. This > resultet in an error as Linux do not (and should not) include current > directory in the search path. > > Do the makefile work on Mac and Windows also? Hmm, I think the makefile in samples/test might be better. The $(PREP) thing is not meant to run the sample, but to make it runnable. We don't have anything to do for that in Linux > Wed Mar 12 20:14:02 CET 2008 Mads Lindstroem <mad...@ya...> > * Updating links > > Wed Mar 12 20:17:16 CET 2008 Mads Lindstroem <mad...@ya...> > * Reflecting that we now have two mailing lists > > Wed Mar 12 20:21:16 CET 2008 Mads Lindstroem <mad...@ya...> > * Updating Yahu link Pushing these. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric K. <eri...@gm...> - 2008-03-12 20:28:35
|
Tue Mar 11 19:22:53 GMT 2008 Eric Kow <eri...@gm...> * Reverse 'bin' and $ARCHITECTURE in dmg name. So that the sourceforge file release page is more readable. Wed Mar 12 15:57:39 GMT 2008 Eric Kow <eri...@gm...> * Developer shuffle - Tim and Frank do not seem available - Somebody needs to support MacOS X, so it might as well be me (sigh). - Daan is always a member of the development team :-) Wed Mar 12 17:00:58 GMT 2008 Eric Kow <eri...@gm...> * Add wxcore/wx to the 'User interfaces' category. Wed Mar 12 19:56:00 GMT 2008 Eric Kow <eri...@gm...> * Add stub for 0.10.3 download information on homepage. There are still some slots to fill. Also, I used a lazier way of describing the links which may be not as nice for our users, but a bit easier for us to maintain. |
From: Mads L. <mad...@ya...> - 2008-03-12 19:31:06
|
Tue Mar 11 22:30:48 CET 2008 Mads Lindstroem <mad...@ya...> * Makefile now executes programs on Linux also On Linux the current makefile executed like <programname>. This resultet in an error as Linux do not (and should not) include current directory in the search path. Do the makefile work on Mac and Windows also? Wed Mar 12 20:14:02 CET 2008 Mads Lindstroem <mad...@ya...> * Updating links Wed Mar 12 20:17:16 CET 2008 Mads Lindstroem <mad...@ya...> * Reflecting that we now have two mailing lists Wed Mar 12 20:21:16 CET 2008 Mads Lindstroem <mad...@ya...> * Updating Yahu link |
From: Eric K. <eri...@gm...> - 2008-03-12 17:41:08
|
> I read "Advice for GSoC Mentors" and I decided to be a mentor, today. > > http://code.google.com/p/google-summer-of-code/wiki/AdviceforMentors > > Is it late now? We decided to postpone registering mentoring orgnization next year? > Or did you think that we should be becoming mentor in Hakell.org's mentor? I think it's too late for that, but we should definitely try to do this in the context of Haskell.org > I think we can choose application development project using wxHaskell like darcs GUI. > Because we can get some feedback from Application development. darcs GUI is a very big job... maybe not so good for a soc project (well, who knows!) > 1. API usability: add usable interface for GUI application development. > 2. New features: add dropped functionality that GUI application requires. > 3. (Of coure,) we get example application: this proof that wxHaskell can use making > applications. > So, how about make ideas page and list up our ideas that we discussed before? Yeah, sorry, I never finished writing that mail to wxhaskell-users I was planning. We could put it as a subpage on the WxHaskell page on Haskell wiki. One thing which might be good is if we could get the Cairo stuff as a separate package shared by gtk2hs and wxhaskell (and if wxhaskell had Cairo support too). Not sure what this would entail. Maybe we should ask our friends at gtk2hs for advice. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-03-12 17:36:48
|
Hi, I'm sorry about my reply is late. On Fri, 07 Mar 2008 03:51:51 +0900, Eric Kow <eri...@gm...> wrote: >> > Anybody want to be a mentor? >> >> I'm interesting about that. >> But my English skill is very poor. I'm afraid about that. > > That's ok; you can supply the brains, and I can supply the English. I > don't think I could give any time thinking about things, but I could > help you smooth out the communication end of things. I read "Advice for GSoC Mentors" and I decided to be a mentor, today. http://code.google.com/p/google-summer-of-code/wiki/AdviceforMentors Is it late now? We decided to postpone registering mentoring orgnization next year? Or did you think that we should be becoming mentor in Hakell.org's mentor? >> > Any other ideas? From Haskell.org's ideas page, darcs GUI, 3D GUI application, and Unit testing of GUI Code is interesting. http://hackage.haskell.org/trac/summer-of-code/ticket/17 http://hackage.haskell.org/trac/summer-of-code/ticket/77 http://hackage.haskell.org/trac/summer-of-code/ticket/60 I think we can choose application development project using wxHaskell like darcs GUI. Because we can get some feedback from Application development. 1. API usability: add usable interface for GUI application development. 2. New features: add dropped functionality that GUI application requires. 3. (Of coure,) we get example application: this proof that wxHaskell can use making applications. And unit testing project would be good tool for our development. >> I think we have many tasks for wxHaskell. >> We can pick up there. But if so, we must change subject link this - >> "TODOs and what is good for Google Summer of Code?" > > Yeah, good idea. I checked sing-up for organization page. This page requires to make idea's page. So, how about make ideas page and list up our ideas that we discussed before? Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-03-11 22:59:15
|
On Tue, Mar 11, 2008 at 19:38:32 +0100, Mads Lindstrøm wrote: > Uploaded debian file to SourceForge. Looks like we're ready to go, then. I'll wait for Jeremy to do the announcement. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-03-11 22:58:39
|
On Tue, Mar 11, 2008 at 19:46:10 +0100, Mads Lindstroem wrote: > Tue Mar 11 19:37:06 CET 2008 Mads Lindstroem <mad...@ya...> > * Added ldconfig to post install/remove > > Tue Mar 11 19:40:36 CET 2008 Mads Lindstroem <mad...@ya...> > * depends on wxgtk2.6-dev in stead of wxgtk-dev Pushed, thanks! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Mads L. <mad...@ya...> - 2008-03-11 18:46:14
|
Tue Mar 11 19:37:06 CET 2008 Mads Lindstroem <mad...@ya...> * Added ldconfig to post install/remove Tue Mar 11 19:40:36 CET 2008 Mads Lindstroem <mad...@ya...> * depends on wxgtk2.6-dev in stead of wxgtk-dev |
From: Mads L. <mad...@ya...> - 2008-03-11 18:45:57
|
Hi Uploaded debian file to SourceForge. Greetings, Mads |
From: Mads L. <mad...@ya...> - 2008-03-11 16:27:21
|
Hi > > Mon Mar 10 23:14:21 CET 2008 Mads Lindstroem <mad...@ya...> > > * Debian build: version automatically recognized > > > > Mon Mar 10 23:15:12 CET 2008 Mads Lindstroem <mad...@ya...> > > * Debian build: changed permissions and file ownership > > > > Mon Mar 10 23:16:07 CET 2008 Mads Lindstroem <mad...@ya...> > > * Debian build: corrected manifest > > Pushed, thanks! > > > [Debian build: corrected manifest > > Mads Lindstroem <mad...@ya...>**20080310221607] { > > hunk ./configure 1156 > > -Depends: ghc6 (>= 6.6-3), libwxgtk2.6-0 (>= 2.6.3.2.1.5) > > -Installed-Size: 1024 > > +Depends: ghc6 (>= 6.6), ghc6 (<<6.6+), libwxgtk-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev > > +Installed-Size: 21238821 > > hunk ./configure 1162 > > Interesting... do we really need the gl stuff? Properly not. I will wait till rc2 to remove the gl dependency. Greetings, Mads Lindstrøm |
From: shelarcy <she...@gm...> - 2008-03-11 13:12:34
|
Hi, On Sat, 08 Mar 2008 22:48:40 +0900, Eric Y. Kow <eri...@gm...> wrote: > Also, I have uploaded 0.10.3rc1 for MacOS X Intel (Tiger). I uploaded PowerPC MacOS X (Tiger)'s binary, too. I'm sorry about this upload is late. Macports doesn't have haddock document in ghc ports, and there is no hs-haddock-docs ports (like FreeBSD ports). So I was finding how to install ghc libraries' haddock documents. (After all, I used ghc site's binary instead of macports one....) Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-03-10 22:35:47
|
> Mon Mar 10 23:14:21 CET 2008 Mads Lindstroem <mad...@ya...> > * Debian build: version automatically recognized > > Mon Mar 10 23:15:12 CET 2008 Mads Lindstroem <mad...@ya...> > * Debian build: changed permissions and file ownership > > Mon Mar 10 23:16:07 CET 2008 Mads Lindstroem <mad...@ya...> > * Debian build: corrected manifest Pushed, thanks! > [Debian build: corrected manifest > Mads Lindstroem <mad...@ya...>**20080310221607] { > hunk ./configure 1156 > -Depends: ghc6 (>= 6.6-3), libwxgtk2.6-0 (>= 2.6.3.2.1.5) > -Installed-Size: 1024 > +Depends: ghc6 (>= 6.6), ghc6 (<<6.6+), libwxgtk-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev > +Installed-Size: 21238821 > hunk ./configure 1162 Interesting... do we really need the gl stuff? -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Mads L. <mad...@ya...> - 2008-03-10 22:30:18
|
Hi This should make the Debian side of things ready for rc1. I am quite tired right now and will therefore wait uploading until tomorrow. Also I contacted Pavel Shramov about his Debian build and whether he would want to have access to the Darcs repo. Greetings, Mads Mads Lindstroem wrote: > Mon Mar 10 23:14:21 CET 2008 Mads Lindstroem <mad...@ya...> > * Debian build: version automatically recognized > > Mon Mar 10 23:15:12 CET 2008 Mads Lindstroem <mad...@ya...> > * Debian build: changed permissions and file ownership > > Mon Mar 10 23:16:07 CET 2008 Mads Lindstroem <mad...@ya...> > * Debian build: corrected manifest > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ wxhaskell-devel mailing list wxh...@li... https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel |
From: Mads L. <mad...@ya...> - 2008-03-10 22:21:28
|
Mon Mar 10 23:14:21 CET 2008 Mads Lindstroem <mad...@ya...> * Debian build: version automatically recognized Mon Mar 10 23:15:12 CET 2008 Mads Lindstroem <mad...@ya...> * Debian build: changed permissions and file ownership Mon Mar 10 23:16:07 CET 2008 Mads Lindstroem <mad...@ya...> * Debian build: corrected manifest |
From: Eric K. <eri...@gm...> - 2008-03-10 09:25:59
|
Mon Mar 10 09:19:41 GMT 2008 Eric Kow <eri...@gm...> * Set release to rc1 in Makefile. Mon Mar 10 09:19:51 GMT 2008 Eric Kow <eri...@gm...> * Tar the srcdist (as well as zipping it). For Gentoo, with love. |
From: Eric Y. K. <eri...@gm...> - 2008-03-10 09:13:16
|
> If people think we need to hurry, we can of cause use what I have made > and then use Shramov's code for our next release. But I would rather > wait a bit and let his (better approach) go into our release. Well, since we're only doing a release candidate, I'd rather just get something usable up on the sourceforge page soonish (like within the next couple of days). We could try to use Shramov's stuff for the real deal, or for rc2 (if there needs to be an rc2) (By the way, you have the ability to upload files to a release if you want) Once we have a Linux binary up, it would probably be good to make an rc1 announcement to wxhaskell-users and maybe haskell-cafe. When we release the real deal, I would guess haskell-cafe, haskell, wxWidgets users and devel (?), wxc, and of course wxhaskell. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-03-09 23:27:14
|
On Sun, Mar 09, 2008 at 11:26:45 +0100, Mads Lindstrøm wrote: > However, Shramov uses a debian directory with static files in stead of > our usual solution with letting the configure script create files. How > do you feel about having a debian directory with mostly/only static > files? Sounds fine. Having the configure script save the version number would avoid some extra work, though > I could either push his changes or better yet ask Shramov to become a > WxHaskell developer and push his own changes. What do you think about > letting Shramov (if he wants to) become part of the team? Ok for me. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Mads L. <mad...@ya...> - 2008-03-09 10:54:32
|
Eric Y. Kow wrote: > On Sat, Mar 08, 2008 at 20:57:50 +0100, Mads Lindstroem wrote: > > Sat Mar 8 20:49:42 CET 2008 Mads Lindstroem <mad...@ya...> > > * Initial support for Debian DEB files I had not seen this mail before asking you to not push it just yet. Sorry. If people think we need to hurry, we can of cause use what I have made and then use Shramov's code for our next release. But I would rather wait a bit and let his (better approach) go into our release. Greetings, Mads Lindstrøm > > > Sat Mar 8 20:53:18 CET 2008 Mads Lindstroem <mad...@ya...> > > * Delete DataTimeTest.hs file after DataTime test > > Pushed. Thanks! > |
From: Mads L. <mad...@ya...> - 2008-03-09 10:30:29
|
Mads Lindstrøm wrote: > Mads Lindstroem wrote: > > Sat Mar 8 20:49:42 CET 2008 Mads Lindstroem <mad...@ya...> > > * Initial support for Debian DEB files > > > > This is only initial support. No doubt some tweaking will be needed > > before it is finished. > Do not push the patch just yet. I am not sure I am approaching this the > right way. I would like to merge Pavel Shramov's debian specific files into our Darcs archive. However, Shramov uses a debian directory with static files in stead of our usual solution with letting the configure script create files. How do you feel about having a debian directory with mostly/only static files? I could either push his changes or better yet ask Shramov to become a WxHaskell developer and push his own changes. What do you think about letting Shramov (if he wants to) become part of the team? Greetings, Mads Lindstrøm > > > Greetings, > > Mads Lindstrøm > > > > > > > > Sat Mar 8 20:53:18 CET 2008 Mads Lindstroem <mad...@ya...> > > * Delete DataTimeTest.hs file after DataTime test > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ wxhaskell-devel mailing list wxh...@li... https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxhaskell-devel mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel |
From: Mads L. <mad...@ya...> - 2008-03-09 10:09:07
|
Mads Lindstroem wrote: > Sat Mar 8 20:49:42 CET 2008 Mads Lindstroem <mad...@ya...> > * Initial support for Debian DEB files > > This is only initial support. No doubt some tweaking will be needed > before it is finished. Do not push the patch just yet. I am not sure I am approaching this the right way. Greetings, Mads Lindstrøm > > > Sat Mar 8 20:53:18 CET 2008 Mads Lindstroem <mad...@ya...> > * Delete DataTimeTest.hs file after DataTime test > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ wxhaskell-devel mailing list wxh...@li... https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel |
From: Eric Y. K. <eri...@gm...> - 2008-03-09 06:41:55
|
Pushed. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-03-09 00:59:07
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sun Mar 9 09:56:41 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Add txt suffix to Windows' README file for more user friendly. --=_ Content-Type: text/x-darcs-patch; name="add-txt-suffix-to-windows_-readme-file-for-more-user-friendly_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Add txt suffix to Windows' README file for more user friendly. shelarcy <she...@gm...>**20080309005641] { hunk ./configure 1065 - cat config/README-template-windows | sed -e "s|\${version}|${version}|g"= > README + cat config/README-template-windows | sed -e "s|\${version}|${version}|g"= > README.txt hunk ./makefile 366 - @$(call cp-bindist,.,$(BINDIST-BINDIR),README) + @$(call cp-bindist,,$(BINDIST-BINDIR),README.txt) } Context: [Delete DataTimeTest.hs file after DataTime test Mads Lindstroem <mad...@ya...>**20080308195318] = [Initial support for Debian DEB files Mads Lindstroem <mad...@ya...>**20080308194942 = This is only initial support. No doubt some tweaking will be needed before it is finished. = ] = [Add architecture to macdist (as pointed out by shelarcy). Eric Kow <eri...@gm...>**20080308131459] = [List up changes since 0.9.4-1 in changes.txt. shelarcy <she...@gm...>**20080308060351] = [Fix: haddock2 support doesn't work on Windows. shelarcy <she...@gm...>**20080308043834] = [TAG 0.10.3rc1 Eric Kow <eri...@gm...>**20080308130252] = Patch bundle hash: 5096f2073f06f32c666653d6c2b449d5d60e8d38 --=_-- . |