filepather-0.6.0: Setup.hs
{-# OPTIONS_GHC -Wall -Werror #-}
module Main (main) where
import Distribution.Simple (defaultMain)
main :: IO ()
main = defaultMain
{-# OPTIONS_GHC -Wall -Werror #-}
module Main (main) where
import Distribution.Simple (defaultMain)
main :: IO ()
main = defaultMain