File: Setup.lhs

package info (click to toggle)
haskell-haddock 2.13.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,084 kB
  • ctags: 73
  • sloc: haskell: 6,981; xml: 1,648; yacc: 139; makefile: 7; sh: 1
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#! /usr/bin/runhaskell
\begin{code}
import Distribution.Simple
main = defaultMain
\end{code}