b3b140f838
suite of libraries. These tools include a modified c2hs binding tool that is used to generated FFI declarations, a tool to build a type hiearchy that mirrors the C type hiearchy 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. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell
7 lines
242 B
Text
7 lines
242 B
Text
@comment $FreeBSD$
|
|
%%DATADIR%%/callbackGen/Signal.chs.template
|
|
%%DATADIR%%/hierarchyGen/Hierarchy.chs.template
|
|
%%DATADIR%%/hierarchyGen/hierarchy.list
|
|
@dirrmtry %%DATADIR%%/callbackGen
|
|
@dirrmtry %%DATADIR%%/hierarchyGen
|
|
@dirrmtry %%DATADIR%%
|