Skip to content

Commit

Permalink
Added Setup.lhs
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Oct 15, 2010
1 parent 08fbd55 commit 3951e14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Setup.lhs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env runhaskell

> module Main where
> import Distribution.Simple

> main :: IO ()
> main = defaultMain

0 comments on commit 3951e14

Please sign in to comment.