#!/usr/bin/env runhaskell > {- > Copyright (c) 2010 Peter Simons > > Copying and distribution of this file, with or without modification, are > permitted in any medium without royalty provided the copyright notice > and this notice are preserved. This file is offered as-is, without any > warranty. > -} > > module Main (main) where > > import Distribution.Simple > > main :: IO () > main = defaultMain