#!/usr/bin/env runhaskell

module Main where

import Distribution.Simple

main :: IO ()
main = defaultMain
