packages feed

hsql-1.7: Setup.lhs

#!/usr/bin/runghc

\begin{code}
import Distribution.Simple

main = defaultMain
\end{code}