File: Setup.lhs

package info (click to toggle)
haskell-ieee754 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 148 kB
  • sloc: haskell: 1,229; ansic: 223; makefile: 18
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/usr/bin/env runhaskell
> import Distribution.Simple
> import System.Cmd
>
> main = defaultMain
>