ghc-compat-plugin-0.0.1.0: Setup.hs
-- __NB__: `custom-setup` doesn’t have any way to specify extensions or options,
-- so any we want need to be specified here.
{-# LANGUAGE Unsafe #-}
module Main (main) where
import safe Distribution.Simple (defaultMain)
main :: IO ()
main = defaultMain