Skip to content
Snippets Groups Projects
Commit a1fe6281 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Simplify default Setup.hs example

make it a .hs like everyone else uses
parent 49784b1c
No related branches found
No related tags found
No related merge requests found
module Main where
import Distribution.Simple
main = defaultMain
#!/usr/bin/runhaskell
> module Main where
> import Distribution.Simple
> main :: IO ()
> main = defaultMain
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment