File: Setup.lhs

package info (click to toggle)
haskell-hsql 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 116 kB
  • ctags: 1
  • sloc: haskell: 584; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/runghc

\begin{code}
import Distribution.Simple

main = defaultMain
\end{code}