exist various backends that allows rendering to Gtk windows, PDF,
PS, PNG and SVG documents, amongst others. This package provides
Haskell bindings to cairo.
allows high-quality rendering of Unicode text. It can be used either
with Cairo to output text in PDF, PS or other documents or with
Gtk+ to display text on-screen.
function for dealing with Unicode. This package only binds as much
functionality as required to support the packages that wrap libraries
that are themselves based on GLib.
at the right level in the library stack. The goal is to overcome
the shortcomings of GnomeVFS and provide an API that is so good
that developers prefer it over raw POSIX calls. Among other things
that means using GObject. It also means not cloning the POSIX API,
but providing higher-level, document-centric interfaces. This package
provides Haskell bindings to gio.
the Gtk2Hs suite of libraries. These tools include a modified c2hs
binding tool that is used to generate FFI declarations, a tool to
build a type hierarchy that mirrors the C type hierarchy of GObjects
found in glib, and a generator for signal declarations that are
used to call back from C to Haskell. These tools are not needed to
actually run Gtk2Hs programs.
it's been superseded by climm, but nobody even said there were using it anymore.
alternatives would be irssi/bitlbee or pidgin,-finch
maintainer timed-out.
Fix some other dependency stuff; in particular, move haskell
libraries from LIB_DEPENDS to BUILD_DEPENDS. Else this tiny
tool would depend on ghc.
Bump.
- Use integer-gmp again.
- Cleanout the extracted bootstrap directory right after installing it
to save some disk space.
- Use ${MAKE_ENV} instead ${MODGHC_SETUP_CONF_ENV} in ghc.port.mk (in
do-configure, use both).
- Don't compile Setup.l?hs, just use the interpreter (runghc) in
ghc.port.mk. This speeds up the build of most ports depending on
ghc and using a cabal-style build.
Necessary bumps and WANTLIB changes in ports using ghc will follow
later this evening.