Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / PathsModule / Executable / Main.hs
blob5bd5d645c38fb85406d1b8238f939e2cf55027f5
1 module Main where
3 import Paths_PathsModule (getBinDir)
5 main :: IO ()
6 main = do
7 _ <- getBinDir
8 return ()