RE: ANN: hs-fltk - a binding to the FLTK GUI toolkit
This doesn't sound right to me. It may be an unintended consequence of the new package story. Simon M is on holiday, but I'll discuss it with him as soon as poss. Simon | -----Original Message----- | From: libraries-bounces@haskell.org [mailto:libraries-bounces@haskell.org] On Behalf Of Einar | Karttunen | Sent: 19 December 2004 19:11 | To: Sven Panne | Cc: Haskell Libraries ML | Subject: Re: ANN: hs-fltk - a binding to the FLTK GUI toolkit | | Sven Panne <Sven.Panne@aedion.de> writes: | > Hmmm, it doesn't work with the GHC from HEAD: | | This seems to be due to revision 1.20 of | http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/iface/Loa dIface.lhs, | and my cvs ghc was older than that. | | This changed things so that one cannot export the contents of a hidden module, e.g. | | module Exposed (module Private) where | import Private | | If this is the intended behavior things can be made to work by changing | the all the modules to be exposed in Setup.description.in. | | - Einar Karttunen | _______________________________________________ | Libraries mailing list | Libraries@haskell.org | http://www.haskell.org/mailman/listinfo/libraries
"Simon Peyton-Jones" <simonpj@microsoft.com> writes:
This doesn't sound right to me. It may be an unintended consequence of the new package story. Simon M is on holiday, but I'll discuss it with him as soon as poss.
Creating a simple test case was nontrivial but this should work: http://www.cs.helsinki.fi/u/ekarttun/haskell/FiiT.tar.gz - Einar Karttunen
participants (2)
-
Einar Karttunen -
Simon Peyton-Jones