File: Setup.hs

package info (click to toggle)
haskell-glade 0.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 424 kB
  • sloc: haskell: 1,688; makefile: 42
file content (10 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
-- Standard setup file for a Gtk2Hs module.
--
-- See also:
--  * SetupMain.hs    : the real Setup script for this package
--  * Gtk2HsSetup.hs  : Gtk2Hs-specific boilerplate
--  * SetupWrapper.hs : wrapper for compat with various ghc/cabal versions

import SetupWrapper ( setupWrapper )

main = setupWrapper "SetupMain.hs"