File: Setup.lhs

package info (click to toggle)
haskell-distributive 0.6.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 301; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
5
\begin{code}
import Distribution.Simple (defaultMain)
main :: IO ()
main = defaultMain
\end{code}