OpenAFP-Utils-1.1: Setup.lhs
#!/usr/bin/env runghc
\begin{code}
module Main where
import Distribution.Simple
main :: IO ()
main = defaultMain
\end{code}
#!/usr/bin/env runghc
\begin{code}
module Main where
import Distribution.Simple
main :: IO ()
main = defaultMain
\end{code}