ANN: hs-fltk - a binding to the FLTK GUI toolkit
Einar Karttunen
ekarttun at cs.helsinki.fi
Sun Dec 19 14:10:32 EST 2004
Sven Panne <Sven.Panne at 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/LoadIface.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
More information about the Libraries
mailing list