File: Setup.lhs

package info (click to toggle)
haskell-ieee754 0.8.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: haskell: 1,280; ansic: 276; 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
>