packages feed

distributive-0.6.2.1: Setup.lhs

\begin{code}
import Distribution.Simple (defaultMain)
main :: IO ()
main = defaultMain
\end{code}