File: Setup.lhs

package info (click to toggle)
haskell-terminfo 0.3.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 28
  • sloc: haskell: 574; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
#!/usr/local/bin/runhaskell

\begin{code}
import Distribution.Simple
main = defaultMainWithHooks autoconfUserHooks
\end{code}