Re: [Haskell-cafe] The Typeable class is changing

2011-07-11 Thread jutaro
I hope that typeRepKey is no longer in the IO monad (for the simple reason to teach me that the key can change between session). This forced me to use unsafePerformIO to make a typeable boxed type of instances of Ord an instance of Ord (to put it in a Map). Or did I miss something and I can do

Re: [Haskell-cafe] Can't build Gtk2hs on Windows

2011-05-05 Thread jutaro
I just installed gtk2hs on Windows last week (for Leksah development). I downloded and unzipped the following files to a gtk folder: gtk+-bundle_2.22.1-20101227_win32.zip gtksourceview-2.10.0.zip gtksourceview-dev-2.10.0.zip libxml2_2.7.7-1_win32.zip libxml2-dev_2.7.7-1_win32.zip I added the bin

Re: [Haskell-cafe] ANN: Leksah 0.10.0

2011-05-02 Thread jutaro
Hi Mathew, I was not the one working on Yi integration so far, but let me tell you what I think of the matter. Yi attempts to be a full blown editor, while Leksah needs Yi as a library for text editing with features typical of a source code editor component. What we have in Leksah is an abstract

Re: [Haskell-cafe] ANN: Leksah 0.10.0

2011-04-28 Thread jutaro
Hi Daniel, that seemed to be a real odyssey. I will try to install the statistics package when I find time. Guess it is this one on hackage: http://hackage.haskell.org/package/statistics. Just some remarks: In case of problems with metadata it is helpful to stop the GUI and call leksah-server

Re: [Haskell-cafe] ANN: Leksah 0.10.0

2011-04-25 Thread jutaro
Daniel Fischer wrote: On Friday 22 April 2011 12:40:17, Hamish Mackenzie wrote: Yesterday we uploaded our official 0.10.0 release (0.10.0.4) to Hackage I'm trying to try it, but I run into a couple of problems. Most are probably me looking in the wrong places, so let's begin with those.

[Haskell-cafe] Re: Can't install Leksah

2010-11-27 Thread jutaro
Hi Paul, ghc is a package, which exposes Ghc-Api as a library. It gets usually installed, when you install Ghc or Haskell platform. As I remeber , it is usually in a hidden state, but ghc-pkg list should show it. Jürgen Paul Johnson-2 wrote: On 27/11/10 11:25, Christopher Done wrote:

Re: [Haskell-cafe] I still cannot seem to get a GUI working under Windows.

2010-09-30 Thread jutaro
Hi, I would like to see that we add gtk2hs and/or wxHaskell to the Haskell Platform. That would improve the situation! I used gtk2hs and found it usable to build a cross platform GUI App. On Windows you need an installer, which includes the gtk library part. There are some (on Windows quite

Re: [Haskell-cafe] Leksah works!

2009-07-23 Thread jutaro
This is a problem with the version of an installed gtk lib. gtk2hs does conditional compilation, and adds some procedures, when a specific version of the lib is present. You have to install gtksourceview2 in a version 2.4.0. I wanted to add a patch for backward compatibiliy to the new 0.6

Re: [Haskell-cafe] Leksah works!

2009-06-30 Thread jutaro
As Leksah developer I approve your comment. Even better we will soon have a new release that integrates GHCi and a !visual debugger! plus other useful features like much enhanced text search with regex and grep and enhanced GUI framework with a tentative support for multiple screens. So stay

Re: [Haskell-cafe] Leksah works!

2009-06-30 Thread jutaro
Hi David, david48 wrote: I would love to try leksah, but on my machine there a weird bug: I can't type a space. When I press the space bar, nothing happens.( it writes CTRL-Space : Start complete at the bottom though) ... Thats indeed strange, as we use standard gtk handling for

Re: [Haskell-cafe] Comments from two weeks of using Leksah

2009-04-21 Thread jutaro
Hello Jeff Jeff Heard wrote: I've been using the latest and greatest version of leksah for the last couple of weeks and I wanted to give a short report on the things I've found. Thanks for taking the time to write this report. Jeff Heard wrote: First of all, it's crashed only once,

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-04-03 Thread jutaro
all that from runhaskell Setup.lhs to cabal wherever you run it? That would make things a lot more consistent overall, and probably jive better with the way most people install packages. -- Jeff On Thu, Apr 2, 2009 at 8:27 AM, jutaro j...@arcor.de wrote: Hi Simon, you quite nicely

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-04-02 Thread jutaro
at 22:13 +0200, David Waern wrote: 2009/4/1 jutaro j...@arcor.de: I guess you mean the dialog which should help leksah to find sources for installed packages. It needs this so you can go to all the definitions in the base packages ... This is very handy if it works. Look to the manual

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-04-01 Thread jutaro
Hi Benjamin, Nice that you like the logo. The idea to turn the lambda around came from the name of the project. But actually I'm feeling totally incapable of graphics design and the icons coming with leksah are an example of bitty plagiarism. So I will definitely not participate in any Logo

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-04-01 Thread jutaro
Thanks Achim, maybe you are right with Plugins. In the moment I'm more focused on adding additional features. But wish the day, that so many want to add features that a plugin system will be essential, we have it. With the GUI arrangement like splitting etc. leksah is quite flexible, but it

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-04-01 Thread jutaro
problems though. Neil Mitchell wrote: All in all looks quite neat. This is definitely going somewhere, and looks like it will be quite good by the end. Thanks Jürgen Neil Mitchell wrote: Thanks Neil On Wed, Apr 1, 2009 at 6:17 PM, jutaro j...@arcor.de wrote: Thanks Achim, maybe

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-04-01 Thread jutaro
Hi Jeff, I just tried it out and it didn't work for me too. So I've released it to early I guess. One problem I see is that the background build is even active when no project is open. So it always ask you to open a file, and you can't cancel this. This can be avoided by unselecting the symbol

Re: [Haskell-cafe] Announcement: Beta of Leksah IDE available

2009-03-31 Thread jutaro
I know its 1. of April, but when I wrote that I started with Leksah June 1997 it was no intentional joke, it was just late at night. I started June 2007. Jürgen jutaro wrote: I'm proud to announce release 0.4.4 of Leksah, the Haskell IDE written in Haskell. Leksahs current features

Re: [Haskell-cafe] Data.Binary poor read performance

2009-02-24 Thread jutaro
wren ng thornton wrote: If you have many identical strings then you will save lots by memoizing your strings into Integers, and then serializing that memo table and the integerized version of your data structure. The amount of savings decreases as the number of duplications decrease,