File: Setup.lhs

package info (click to toggle)
haskell-comonad 5.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: haskell: 853; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
\begin{code}
module Main (main) where
import Distribution.Simple (defaultMain)
main :: IO ()
main = defaultMain
\end{code}