sbv-8.0: Setup.hs
-----------------------------------------------------------------------------
-- |
-- Module : Setup
-- Author : Levent Erkok
-- License : BSD3
-- Maintainer: erkokl@gmail.com
-- Stability : experimental
--
-- Setup module for the sbv library
-----------------------------------------------------------------------------
{-# OPTIONS_GHC -Wall #-}
module Main(main) where
import Distribution.Simple
main :: IO ()
main = defaultMain