File: Setup.lhs

package info (click to toggle)
haskell-editline 0.2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 256 kB
  • ctags: 53
  • sloc: ansic: 23; makefile: 2; haskell: 2
file content (6 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/local/bin/runhaskell

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