ghc-6.0.1 solaris 2.9 readline problem

2003-10-14 Thread Matt Fairtlough
adline.h:6: readline/history.h: No such file or directory make: *** [halex] Error 1 I've searched for this issue but only found references to building ghc5 any help much appreciated. Matt. -- Matt Fairtlough Room 115 http://www.dcs.shef.ac.uk/~matt Verification and Test

Re: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Matt Fairtlough
>X-Authentication-Warning: moussor.isi.edu: hdaume owned process doing -bs >Date: Tue, 3 Jun 2003 09:26:32 -0700 (PDT) >From: Hal Daume III <[EMAIL PROTECTED]> >To: Volker Stolz <[EMAIL PROTECTED]> >cc: Matt Fairtlough <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >

RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Matt Fairtlough
matt/bin' libdir='/home/matt/lib/ghc-6.0' libexecdir='/home/matt/lib/ghc-6.0' datadir='/home/matt/share/ghc-6.0' SED='/usr/local/bin/sed' DEFAULT_TMPDIR='/tmp' #!/bin/sh GHCBIN="/usr/local/lib/ghc-6.0/ghc-6.0"; TOPDIROPT="-B/usr/local/lib/ghc

Re: monomorphism/hugs98/ghc-5.02.3

2002-05-31 Thread Matt Fairtlough
oduces a stack overflow when showing Bug2 values I'll have to leave to the experts. --- Matt Fairtlough [EMAIL PROTECTED] Verification and Testing Group Room 115 De

Re: monomorphism/hugs98/ghc-5.02.3

2002-05-31 Thread Matt Fairtlough
"gotchas"? Matt. --- Matt Fairtlough [EMAIL PROTECTED] Verification and Testing Group Room 115 Department of Computer Science University of Sheffield Re

monomorphism/hugs98/ghc-5.02.3

2002-05-30 Thread Matt Fairtlough
a top (s:st) = s is it possible to compile this program in ghc-5.02.3? Any advice much appreciated, Matt. ------- Matt Fairtlough [EMAIL PROTECTED] Verification and Tes

monomorphism/haskell98

2002-05-30 Thread Matt Fairtlough
p1 (Test{f1=x, f2=y}) = Just Test{f1=x, f2=y} where y' = top y x' = top x top :: [a] -> a top (s:st) = s is it possible to compile this program in ghc-5.02.3? Any advice much appreciated, Matt. -- ------