File: Setup.hs

package info (click to toggle)
frown 0.6.1-13
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,956 kB
  • sloc: haskell: 35,132; makefile: 228; csh: 35; yacc: 23
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
-- >= cabal-1.1.3
-- runhaskell Setup.hs configure
-- runhaskell Setup.hs build
-- runhaskell Setup.hs install

module Main where

import Distribution.Simple

main :: IO ()
main = defaultMain