File: Setup.lhs

package info (click to toggle)
haskell-hsql 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 84 kB
  • sloc: haskell: 132; makefile: 50; sh: 12
file content (7 lines) | stat: -rwxr-xr-x 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}