Re: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-14 Thread Bulat Ziganshin
Hello nr, Saturday, October 14, 2006, 12:30:54 AM, you wrote: > The ultimate goal is to replace hasktags with > a tags generator based on GHC-as-a-library. is this working at this time? how i can download/use it? hasktags is over-simplified utility, having a really parsing alternative to it

Re: ghc-6.6 candidate Win32 installer

2006-10-14 Thread Ross Paterson
On Fri, Oct 13, 2006 at 04:05:49PM -0700, Sigbjorn Finne wrote: > Afraid I have to disappoint you (again :-( ) wrt OpenAL/ALUT. A bit > too late, but _if_ there's a wider agreement that including a > package such as this would be generally useful, I'd be happy to > do something about it the next ti

Re: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-14 Thread Claus Reinke
Hi, since you both only mention hasktags as an alternative, I wonder how ghctags relates to :ctags/:etags in ghci? http://haskell.org/ghc/docs/6.6/html/users_guide/ghci-commands.html Bulat: don't you find the latter more useful than hasktags? Norman: adding a standalone-tool will be nice, bu

Re: ghc-6.6 candidate Win32 installer

2006-10-14 Thread shelarcy
Hi Sigbjorn, On Sat, 14 Oct 2006 08:05:49 +0900, Sigbjorn Finne <[EMAIL PROTECTED]> wrote: > thanks very much for catching the omission of these packages. The > underlying libs aren't fully supported by current Mingw installs, but I > rummaged around a bit... (i.e., what I hope is the final 6.6 re

Bad control characters in GHCi 6.6 (Mac OS X PPC)

2006-10-14 Thread Björn Buckwalter
Dear all, I downloaded the GHC 6.6 tarballs, built and installed them on my mac (Tiger, PPC) using the documented procedure: ./configure make make install The build and install was fairly smooth. However, ghci will not recognize "control characters", e.g. delete/backspace, arrow keys, ctrl-a,

Re: making docs for ghc6.6

2006-10-14 Thread Ian Lynagh
On Fri, Oct 13, 2006 at 11:06:59AM -0500, Michael Shulman wrote: > When I do `make html' in ghc6.6, haddock complains about an > unrecognized option `source-modules'. It appears this option was > added in the most recent haddock 0.8; perhaps ghc6.6 should check the > version of haddock installed?

Re: ghc-6.6 mac intel "binary bundle"

2006-10-14 Thread Deborah Goldsmith
On Oct 13, 2006, at 6:23 PM, Adam Megacz wrote: I'm grateful to whoever prepared the binary bundle for ghc-6.6 on MacOS/Intel, but the instructions for installing it are missing/wrong. In particular, "make install" doesn't do much, and the only binary in the bundle called "ghc" appears to need a

Re: ghc-6.6 mac intel "binary bundle"

2006-10-14 Thread Adam Megacz
Deborah Goldsmith <[EMAIL PROTECTED]> writes: > ./configure > make > sudo make install Ok, sorry. When I noticed that there was no source code in the bundle, I didn't see the need for running configure/make. I have to admit, I still find it a bit strange... perhaps "standard unix-style binary p

Re: ghc-6.6 candidate Win32 installer

2006-10-14 Thread Einar Karttunen
On 14.10 10:20, Ross Paterson wrote: > On Fri, Oct 13, 2006 at 04:05:49PM -0700, Sigbjorn Finne wrote: > > Afraid I have to disappoint you (again :-( ) wrt OpenAL/ALUT. A bit > > too late, but _if_ there's a wider agreement that including a > > package such as this would be generally useful, I'd be

ghc 6.6 for Windows crashes my program on exit

2006-10-14 Thread Brian Hulley
Hi, Has anyone else come across this crash with ghc 6.6 on Windows? The thread 'Win32 Thread' (0x5c8) has exited with code 0 (0x0). First-chance exception at 0x7c90eb74 in main.exe: 0xC008: An invalid HANDLE was specified. Unhandled exception at 0x7c90eb74 in main.exe: 0xC0

Re: ghc-6.6 candidate Win32 installer

2006-10-14 Thread Neil Mitchell
Hi Einar, If people are interested I have NSIS scripts that make it trivial to create windows binary installers for many Haskell packages (for GHC). I am working on such a project myself for Haskell programs (haddock/alex etc) but not libraries. Can you give more details about your proposal, s

Visual Haskell 2005?

2006-10-14 Thread Michael Sparks
Are there any plans to make a version of Visual Haskell that works with Visual Studio 2005? ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-14 Thread Norman Ramsey
> Hi, > > since you both only mention hasktags as an alternative, I > wonder how ghctags relates to :ctags/:etags in ghci? > > http://haskell.org/ghc/docs/6.6/html/users_guide/ghci-commands.html Doco suggests that this code is just calling hasktags. How would I know for sure? > Norman

Re: darcs patch: initial, very incomplete tags generator (and 16 more)

2006-10-14 Thread Norman Ramsey
> Hello nr, > > Saturday, October 14, 2006, 12:30:54 AM, you wrote: > > The ultimate goal is to replace hasktags with > > a tags generator based on GHC-as-a-library. > > is this working at this time? how i can download/use it? It works, but there are two serious problems: 1. Incor