#!/usr/bin/env runhaskell
module Main (main) where

import Distribution.Simple

main :: IO ()
main = defaultMain
