File: Setup.hs

package info (click to toggle)
haskell-type-level 0.2.4-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 1
  • sloc: haskell: 737; makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 113 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env runhaskell
module Main (main) where

import Distribution.Simple

main :: IO ()
main = defaultMain