Using Haskell with Java

2005-01-10 Thread web16p2
Hello! I have a Java application, which has a lot of GUI and one complex algorithm. I spent many months writing and debugging that algorithm, but it still has a lot of bugs. At the moment, I am thinking about implementing that algorithm in Haskell, while leaving the GUI in Java. I would like to

[ ghc-Feature Requests-1097471 ] amd64: adjustor creation not supported

2005-01-10 Thread SourceForge.net
Feature Requests item #1097471, was opened at 2005-01-06 21:55 Message generated for change (Comment added) made by ggd You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=358032aid=1097471group_id=8032 Category: None Group: None Status: Open Priority: 3 Submitted By:

RE: Loading package GHC in GHCi

2005-01-10 Thread Simon Marlow
On 09 January 2005 06:50, Sean Seefried wrote: I have managed to build package GHC *and* load it into GHCi. Initially this did not work. When I loaded up ghci with the -package ghc flag I was assaulted with the following error message. GHCi runtime linker: fatal error: I found a

HaXml and ghc-current

2005-01-10 Thread Peter Simons
Hi, I've just tried to install HaXml with the latest GHC from CVS, and the package compiles fine but the installation procedure aborts with: ghc-pkg: cannot find package HaXml `cat ghcpkgcmd` --add-package pkg.conf Reading package info from stdin... ghc-pkg: Line 1: Invalid syntax (no

Re: HaXml and ghc-current

2005-01-10 Thread Lemmih
Hello Peter. GHC can now handle Cabal packages (and only Cabal packages). But no worries; HaXml is cabalized and should be available in your CVS source tree. On 10 Jan 2005 23:26:05 +0100, Peter Simons [EMAIL PROTECTED] wrote: Hi, I've just tried to install HaXml with the latest GHC from

Re: HaXml and ghc-current

2005-01-10 Thread Peter Simons
Lemmih writes: But no worries; HaXml is cabalized and should be available in your CVS source tree. I see, thanks for the info! Any advice on how to build/install it with Cabal? I've tried it, but when Cabal tries to create the library, it appears to get the file suffixes wrong: $ runghc

Unicode in GHC: need some advice on building

2005-01-10 Thread Dimitry Golubovsky
Hi, Following up the discussion in Haskell-Cafe about ways to bring better Unicode support in GHC. I may take care on putting this into the GHC runtime, but I need some advice as I am completely new to this. What needs to be done primarily, is to replace the FFI calls made from GHC.Unicode