Re: [haskell-llvm] fatal error with ghci and llvm

2012-11-23 Thread José Romildo Malaquias
On Fri, Nov 23, 2012 at 09:34:19PM +0100, Henning Thielemann wrote: > > On Fri, 23 Nov 2012, José Romildo Malaquias wrote: > > > When experimenting with the module LLVM.Core in GHCi on my gentoo linux > > system, I have got a fatal error: > > > > > &g

fatal error with ghci and llvm

2012-11-23 Thread José Romildo Malaquias
Hello. When experimenting with the module LLVM.Core in GHCi on my gentoo linux system, I have got a fatal error: $ ghci GHCi, version 7.6.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package b

Re: ghc: panic! (the 'impossible' happened)

2012-10-28 Thread José Romildo Malaquias
orks: type Reader r = (->) r or type Reader = (->) But the following tiggers the bug: type Reader r a = (->) r a > On Oct 28, 2012, at 4:55 AM, José Romildo Malaquias > wrote: > > > Today I wrote a small program to experiment with the Applicative > > cl

ghc: panic! (the 'impossible' happened)

2012-10-27 Thread José Romildo Malaquias
Hello. Today I wrote a small program to experiment with the Applicative class. The program is supposed to use an "applicative reader", similar to a "monad reader", to evaluate arithmetic expressions. But when compiling the program with ghc-7.6.1, I get the following message: $ ghc --make appli

ghc-mtl and ghc-7.2.1

2011-09-07 Thread José Romildo Malaquias
Hello. In order to compile ghc-mtl-1.0.1.0 (the latest released version) with ghc-7.2.1, I would apply the attached patch, which removes any references to WarnLogMonad. ghc-7.2.1 does not have the monad WarnLogMonad anymore. As I do not know the details of the GHC api, I am not sure if this is e

Re: [nhc-bugs] confhc does not recognize ghc 5.*

2001-10-23 Thread José Romildo Malaquias
at least in the installations i > > mentioned above). i attached a patch (against the cvs tree) to fix > > this at least on these debian and redhat installations. I confirm the bug with my fresh new Red Hat Linux 7.2 system with ghc-5.02 . The supplied patch also corrects it

Re: GHC version 5.00.2 is available

2001-06-21 Thread José Romildo Malaquias
uild > should use the compiler generated in the first. > > Manuel Romildo -- Prof. José Romildo Malaquias <[EMAIL PROTECTED]> Departamento de Computação Universidade Federal de Ouro Preto Brasil ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

The Parsec library distributed with GHC

2000-11-14 Thread José Romildo Malaquias
/www.cs.uu.nl/~daan> (after correcting a small bug relative to using some names from the Char module without importing them). I hope the library gets updated in the GHC CVS repository and the next GHC release corrects this problem. Regards, Romildo -- Prof. José Romildo Malaquias <[EMAIL

Re: Compiling mutually recursive modules involving instances

2000-10-26 Thread José Romildo Malaquias
ules is in the works. Is there any chance it will be ready for the next release? > | From: José Romildo Malaquias [mailto:[EMAIL PROTECTED]] > | > | I am having difficulties in compiling mutually recursive > | modules involving classes and instances in GHC 4.08.1. > | Basicaly I am no

Compiling mutually recursive modules involving instances

2000-10-24 Thread José Romildo Malaquias
the message. What should go into M2.hi-boot? Would anyone write M2.hi-boot for me so that I can learn it. Thanks. Romildo -- Prof. José Romildo Malaquias <[EMAIL PROTECTED]> Departamento de Computação Universidade Federal de Ouro Preto Brasil module M1 where import {-# SOURCE #-} M2 cla

Overloaded function and implicit parameter passing

2000-10-23 Thread José Romildo Malaquias
rmance may rule it out when the final product is ready. So I will need a good Haskell compiler to compile my system. Any comments? Romildo -- Prof. José Romildo Malaquias <[EMAIL PROTECTED]> Departamento de Computação Universidade Federal de Ouro Preto Brasil __

Printing the types of definitions

2000-05-02 Thread José Romildo Malaquias
to activate it. If this is the case please let me know how it can be activated. But if it has not been implemented then it should be. Just my suggestion for improving the Haskell compilers. Regards, Romildo -- Prof. José Romildo Malaquias <[EMAIL PROTECTED]> Departamento de Comp

Re: CONTRIB/pphs

2000-02-03 Thread José Romildo Malaquias
On Thu, Feb 03, 2000 at 01:02:37PM +0100, Michael Weber wrote: > On Thu, Feb 03, 2000 at 10:00:21 -0200, José Romildo Malaquias wrote: > >> $ cvs -d :pserver:[EMAIL PROTECTED]:/cvs co fptools/CONTRIB/pphs > [...] > > I tried exactly that and got > > > > c

Re: CONTRIB/pphs

2000-02-03 Thread José Romildo Malaquias
On Thu, Feb 03, 2000 at 12:46:52PM +0100, Michael Weber wrote: > On Thu, Feb 03, 2000 at 09:18:44 -0200, José Romildo Malaquias wrote: > > On Wed, Feb 02, 2000 at 04:57:40AM -0800, Simon Peyton-Jones wrote: > >> It's in fptools/CONTRIB/pphs not fptools/ghc/CONTRIB/pphs >

Re: CONTRIB/pphs

2000-02-03 Thread José Romildo Malaquias
t; | quick patch for that, but for some reason the > | fptools/ghc/CONTRIB dir is empty ? > | > | Jan -- Prof. José Romildo Malaquias <[EMAIL PROTECTED]> Departamento de Computação Universidade Federal de Ouro Preto Brasil