Skip to content

Commit

Permalink
added setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebfisch committed Mar 7, 2010
1 parent 284957c commit d75ac51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Setup.lhs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /usr/bin/env runhaskell

> module Main (main) where
>
> import Distribution.Simple (defaultMain)
>
> main :: IO ()
> main = defaultMain

0 comments on commit d75ac51

Please sign in to comment.