File: Setup.hs

package info (click to toggle)
haskell-svgcairo 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 4
  • sloc: haskell: 437; makefile: 14; sh: 5; ansic: 3
file content (7 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
-- Setup file for a Gtk2Hs module. Contains only adjustments specific to this module,
-- all Gtk2Hs-specific boilerplate is stored in Gtk2HsSetup.hs which should be kept
-- identical across all modules.
import Gtk2HsSetup ( gtk2hsUserHooks )
import Distribution.Simple ( defaultMainWithHooks )

main = defaultMainWithHooks gtk2hsUserHooks