compiling libraries with ghc

2002-06-24 Thread Chris Moline
hi, i wrote some utilities to make my coding a little easier and i put them in some libraries. then to use them i made a package conf file and added it with ghc-pkg -a. i then tried compiling them with ghc -package-name extensions -c Foo.hs but i am not sure i am compiling it right as i get

RE: compiling libraries with ghc

2002-06-24 Thread Simon Marlow
hi, i wrote some utilities to make my coding a little easier and i put them in some libraries. then to use them i made a package conf file and added it with ghc-pkg -a. i then tried compiling them with ghc -package-name extensions -c Foo.hs but i am not sure i am compiling it right

Re: HGL with GHC in Win32

2002-06-24 Thread C.Reinke
The size problem is traceable to [Greencard's ffi code generation] I took a look at this and found that Sigbjorn had fixed it some months ago Would that be in the released Greencard or only in the cvs version? Building GDITypes with this command: green-card --target=ffi -i.

Re: HGL with GHC in Win32

2002-06-24 Thread Alastair Reid
Would that be in the released Greencard or only in the cvs version? In the CVS version only AFAIK. So the Win32 sources could now be regenerated and future builds and releases wouldn't run into these problems with Win32 or HGL anymore? I believe so.

GHC and the FFI

2002-06-24 Thread Ian Lynagh
Hi all, Should GHC 5.02.3 support the latest version of the FFI or is that still only in CVS? Thanks Ian ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Andy Gill's Html library

2002-06-24 Thread Thomas L. Bevan
Hi, I've been working through the source code of Andy Gill's Html library for my own edification. Andrew makes the following definitions. \begin{code} instance (Show a) = Show (BlockTable a) where showsPrec p = showsTable type TableI a = [[(a,(Int,Int))]] - [[(a,(Int,Int))]] data