File: Setup.hs

package info (click to toggle)
haskell-time 1.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 304 kB
  • ctags: 5
  • sloc: haskell: 796; makefile: 60; ansic: 49; sh: 22
file content (6 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (56)
1
2
3
4
5
6
module Main (main) where

import Distribution.Simple (defaultMainWithHooks, defaultUserHooks)

main :: IO ()
main = defaultMainWithHooks defaultUserHooks