File: Setup.lhs

package info (click to toggle)
haskell-hsql-mysql 1.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 84 kB
  • sloc: haskell: 78; ansic: 12; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/runghc

\begin{code} 
import Distribution.Simple
main = defaultMain 
\end{code}