summaryrefslogtreecommitdiff
path: root/dev-haskell/glade/files/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/glade/files/Setup.hs')
-rw-r--r--dev-haskell/glade/files/Setup.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-haskell/glade/files/Setup.hs b/dev-haskell/glade/files/Setup.hs
new file mode 100644
index 000000000000..5fbe833309e9
--- /dev/null
+++ b/dev-haskell/glade/files/Setup.hs
@@ -0,0 +1,8 @@
+-- Adjustments specific to this package,
+-- all Gtk2Hs-specific boilerplate is kept in
+-- gtk2hs-buildtools:Gtk2HsSetup
+--
+import Gtk2HsSetup ( gtk2hsUserHooks )
+import Distribution.Simple ( defaultMainWithHooks )
+
+main = defaultMainWithHooks gtk2hsUserHooks