[ ghc-Bugs-1097471 ] amd64: adjustor creation possibly buggy

2005-05-10 Thread SourceForge.net
Bugs item #1097471, was opened at 2005-01-06 20:55 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1097471group_id=8032 Category: None Group: None Status: Open Resolution: None Priority: 5

[ ghc-Bugs-1198673 ] can't build ghc with package depending on lang installed

2005-05-10 Thread SourceForge.net
Bugs item #1198673, was opened at 2005-05-10 00:28 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1198673group_id=8032 Category: Compiler Group: 6.4 Status: Closed Resolution: Fixed Priority: 5

[ ghc-Bugs-1198765 ] make depend of ghc-6.5 segfaults on x86-64

2005-05-10 Thread SourceForge.net
Bugs item #1198765, was opened at 2005-05-10 04:28 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1198765group_id=8032 Category: Compiler Group: 6.4 Status: Open Resolution: None Priority: 5

[ ghc-Bugs-1199364 ] internal error: scavenge_one: strange object 68, amd64

2005-05-10 Thread SourceForge.net
Bugs item #1199364, was opened at 2005-05-10 13:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1199364group_id=8032 Category: None Group: None Status: Open Resolution: None

[ ghc-Bugs-1199529 ] ghc --make panic on fptools/ghc/compiler/Lexer.hs

2005-05-10 Thread SourceForge.net
Bugs item #1199529, was opened at 2005-05-10 18:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1199529group_id=8032 Category: Compiler Group: 6.4 Status: Open Resolution: None

Bootstrapping using a C compiler (was: RE: Can't compile GHC)

2005-05-10 Thread Simon Marlow
Thanks for all the comments in this thread. I'm going to describe some of the technical issues with making a GHC distribution that you can bootstrap on any platform from a single set of sources below. But first, let me explain our thinking on why we don't consider this a priority: we aim to

RE: GHC as library

2005-05-10 Thread Simon Marlow
On 10 May 2005 03:42, Robert Dockins wrote: I seem to recall some time ago the Simons asked on one of these lists about uses people might have for GHC-as-library. It sounded really neat to me, and I just kind of wonder if there is any motion on that front. I'm thinking about hacking up a

ghc-6.4 fPIC compilation problem on amd64

2005-05-10 Thread ariep
Hi, When trying to compile ghc-6.4 from source on my amd64 using a 6.2.2 binary (obtained via gentoo portage), I get the following error message: # make all [...] /usr/bin/ghc -o ghc-pkg.bin -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -i../../lib/compat -Rghc-timing

[Haskell] Re: Existing Haskell IPv6 Code

2005-05-10 Thread Peter Simons
Shae Matijs Erisson writes: Einar Karttunen's network-alt supports IPv6, datagram, and more: http://www.cs.helsinki.fi/u/ekarttun/network-alt/ Duh, I didn't even know this library existed! Thanks for the pointer. Judging from a quick glance, the code seems to marshal the POSIX API: type

[Haskell] Re: Fixed-length vectors in Haskell, Part 2: Using no extensions

2005-05-10 Thread Ashley Yakeley
In article [EMAIL PROTECTED], David Menendez [EMAIL PROTECTED] wrote: data Vec 0 a = Nil data Vec s v a = Cons a (v a) Some aliases for convenience: type Vec 1 = Vec s Vec 0 type Vec 2 = Vec s Vec 1 type Vec 3 = Vec s Vec 2 type Vec 4 = Vec s Vec 3 I don't understand this at

[Haskell] Functional and Declarative Programming in Education 2005 (2nd call)

2005-05-10 Thread S.J.Thompson
Functional and Declarative Programming in Education (FDPE05) A one day workshop at ICFP05 Sunday, 25 September 2005, Tallin, Estonia http://www.cs.kent.ac.uk/~sjt/fdpe05/ SECOND CALL FOR SUBMISSIONS Overview Functional and declarative programming plays an important role in computing

[Haskell] Haskell-Server hGetChar

2005-05-10 Thread Tobe
Hi peeps ! I got a serious problem here :-) .. main = withSocketsDo ( do socket - listenOn (PortNumber 9900) print Server online loop socket) loop socket = do

Re: [Haskell] Haskell-Server hGetChar

2005-05-10 Thread Sebastian Sylvan
On 5/10/05, Tobe [EMAIL PROTECTED] wrote: Hi peeps ! I got a serious problem here :-) .. main = withSocketsDo ( do socket - listenOn (PortNumber 9900) print Server online loop

[Haskell] ANNOUNCE: pesco-cmdline-2.0

2005-05-10 Thread Sven Moritz Hallberg
Dear Haskell users, I'm happy to announce the release of version 2 of my command line parsing module. This is mainly a restructuring release adding only a minor (but convenient) feature. Thus the news: * Adds a short-cut function 'stdargs' for standardized handling of --help etc. * Module

[Haskell] Functional and Declarative Programming (REVISED PUBLICATION DATES)

2005-05-10 Thread S.J.Thompson
Functional and Declarative Programming in Education (FDPE05) A one day workshop at ICFP05 Sunday, 25 September 2005, Tallin, Estonia http://www.cs.kent.ac.uk/~sjt/fdpe05/ SECOND CALL FOR SUBMISSIONS Overview Functional and declarative programming plays an important role in computing

Re: [Haskell-cafe] NumberTheory library

2005-05-10 Thread Bo Herlin
Well, part of what I was doing was experimenting with what a library like this should look like, even more than what it should do. For some reason, I kind of like writing this: *Math.Prime is Prime 42 False instead of this: *Math.Prime isPrime 42 False Great! I like

Re: [Haskell-cafe] Haskell for non-mathematicians (was: Specify array or list size?)

2005-05-10 Thread Sebastian Sylvan
On 5/10/05, Bulat Ziganshin [EMAIL PROTECTED] wrote: I think that runtime error messages given in terms of VALUES instead of compile-time error messages given in terms of TYPES are easier to understand for novice. also, strict regulations on datatypes are needed for professional program

[Haskell-cafe] Python?

2005-05-10 Thread Daniel Carrera
Hello, This might be a strange question to ask on a Haskell list, but I do want to hear your opinions. What do you think of Python? To explain where this question is comming from: I have a lady friend who wants to learn how to program. I just decided to teach her Python for practical reasons:

Re: [Haskell-cafe] Python?

2005-05-10 Thread Michael Vanier
Date: Tue, 10 May 2005 19:02:33 -0400 From: Daniel Carrera [EMAIL PROTECTED] Hello, This might be a strange question to ask on a Haskell list, but I do want to hear your opinions. What do you think of Python? To explain where this question is comming from: I have a lady friend who

[Haskell-cafe] Re: Haskell-Cafe Digest, Vol 21, Issue 27

2005-05-10 Thread Stijn De Saeger
Quinn Dunkan [EMAIL PROTECTED] wrote : ... It is very natural to write in a somewhat functional style, especially in regards to sequence processing: higher order functions and listcomps provide the processing and its built in generators and iterator protocol provide some of the benefits of