Skip to content

Commit

Permalink
Setup.lhs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jul 25, 2011
1 parent 9852134 commit 1391030
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Setup.lhs
@@ -0,0 +1,7 @@
#!/usr/bin/runhaskell
> module Main (main) where

> import Distribution.Simple

> main :: IO ()
> main = defaultMain

0 comments on commit 1391030

Please sign in to comment.