Re: documentation buglet in green card's online docs

2001-01-21 Thread Ketil Malde

"Sigbjorn Finne" <[EMAIL PROTECTED]> writes:

>> You might also want to point out that debian packages are available
>> for apt-get'ting, at least you run woody.

> If someone could supply me with a valid apt source for it (or is it
> part of the HamRadio tree now?), adding it shouldn't be a problem.

Here's a slightly re(mis?)formatted version of
http://cgi.debian.org/cgi-bin/search_packages.pl?keywords=green-card&searchon=names&version=all&release=all.

| Debian package search results
|
| Release   Quality Package (size)
| stable99% green-card 2.0-3   (135.6k)
| testing   99% green-card 2.0-3   (135.6k)
| unstable  99% green-card 2.0-3   (135.6k)

Basically, you should have the green-card package with any current
Debian distribution.  Here's dpkg -s:

$ dpkg -s green-card
Package: green-card
Status: install ok installed
Priority: extra
Section: devel
Installed-Size: 512
Maintainer: Antti-Juhani Kaijanaho <[EMAIL PROTECTED]>
Version: 2.0-3
Depends: hugs (>= 98.199905-2), libstddis-hugs98
Description: A foreign function interface prepocessor for Haskell
Green Card simplifies the task of interfacing Haskell programs to
external libraries written in or otherwise available from C.
It is a preprocessor, and it can generate output for the Glasgow
Haskell Compiler (GHC), Hugs and NHC, as requested.
.
This package does not contain any support for GHC or NHC.

-kzm
-- 
If I haven't seen further, it is by standing in the footprints of giants

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



Re: documentation buglet in green card's online docs

2001-01-21 Thread Sigbjorn Finne


Ketil Malde [EMAIL PROTECTED] writes:
> Incredibly tiny nit, but in the final section about compiling stubs,
> I believe you mean -fPIC as the gcc option (the documentation says
> -fPCI, which isn't something gcc recognizes).

Thanks, fixed.

> You might also want to point out that debian packages are available
> for apt-get'ting, at least you run woody.

If someone could supply me with a valid apt source for it (or is it
part of the HamRadio tree now?), adding it shouldn't be a problem.

Please note that the GreenCard home page has moved; it's now at
  
 http://www.haskell.org/greencard

The old location has got a re-direct to the new one, so the transition
will hopefully be smooth one. Also, in the future, please report any
GC bugs to me directly.

thanks,
--sigbjorn


___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



documentation buglet in green card's online docs

2001-01-15 Thread Ketil Malde


Incredibly tiny nit, but in the final section about compiling stubs,
I believe you mean -fPIC as the gcc option (the documentation says
-fPCI, which isn't something gcc recognizes).

You might also want to point out that debian packages are available
for apt-get'ting, at least you run woody.

Otherwise nice, clean, informative docs, can't wait to start experimenting!

-kzm
-- 
If I haven't seen further, it is by standing in the footprints of giants

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs