ANNOUNCE: jhc 0.7.1
Here is another pre-release fixing some issues that came up after the 0.7.0. the fixes are: * documentation clean ups * add writeFile and appendFile to the libraries * Fix C prototypes when foreign exporting/importing pointers * add containers and applicative to dist tarball * add System.Environment * fill out System.Directory and some more System.IO routines * have the renamer check module exports for correctness http://repetae.net/computer/jhc/ John -- John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
On Sun, Aug 23, 2009 at 3:44 AM, John Meacham
Here is another pre-release fixing some issues that came up after the 0.7.0. the fixes are:
* documentation clean ups * add writeFile and appendFile to the libraries * Fix C prototypes when foreign exporting/importing pointers * add containers and applicative to dist tarball * add System.Environment * fill out System.Directory and some more System.IO routines * have the renamer check module exports for correctness
This gives me a 404: http://repetae.net/dist/jhc-0.7.1.tar.gz -- Cheers, Lemmih
On Sun, Aug 23, 2009 at 10:13:50PM +0200, Lemmih wrote:
On Sun, Aug 23, 2009 at 3:44 AM, John Meacham
wrote: Here is another pre-release fixing some issues that came up after the 0.7.0. the fixes are:
* documentation clean ups * add writeFile and appendFile to the libraries * Fix C prototypes when foreign exporting/importing pointers * add containers and applicative to dist tarball * add System.Environment * fill out System.Directory and some more System.IO routines * have the renamer check module exports for correctness
This gives me a 404: http://repetae.net/dist/jhc-0.7.1.tar.gz
Fixed, thanks! John -- John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
Hi John, I just did a basic (and first-time-ever) install on my Macbook. It's working just fine on a small test program I tried. The only hitch in the install was getting the readline library set up correctly. Cabal has some problems finding the right native library. I found a solution in this message: http://www.haskell.org/pipermail/libraries/2009-May/011597.html That shows how to direct cabal to pick up a find/macports version of the readline library. It might be worth mentioning that somewhere in the docs. Kind regards, Maarten
On Mon, Aug 24, 2009 at 04:52:15PM +0200, Maarten Hazewinkel wrote:
Hi John,
I just did a basic (and first-time-ever) install on my Macbook. It's working just fine on a small test program I tried.
The only hitch in the install was getting the readline library set up correctly. Cabal has some problems finding the right native library. I found a solution in this message: http://www.haskell.org/pipermail/libraries/2009-May/011597.html That shows how to direct cabal to pick up a find/macports version of the readline library.
It might be worth mentioning that somewhere in the docs.
Thanks for the report. I'd actually like to remove readline as a dependency at some point, it is only used by jhci which is more of a debugging tool for jhc developers than anything. Though, now that Mark has shown dynamic linking to work, perhaps it would be possible to turn it into a real command line interface like ghci... John -- John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
participants (3)
-
John Meacham -
Lemmih -
Maarten Hazewinkel