File: Setup.hs

package info (click to toggle)
ghc6 6.8.2dfsg1-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 29,192 kB
  • ctags: 9,330
  • sloc: haskell: 173,555; ansic: 59,783; xml: 27,928; sh: 6,013; perl: 5,895; yacc: 3,568; makefile: 3,489; cpp: 299; lisp: 291; asm: 125; ml: 76; csh: 18
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (51)
1
2
3
4
5
6
module Main (main) where

import Distribution.Simple

main :: IO ()
main = defaultMainWithHooks defaultUserHooks