Cabal-1.18.0: tests/PackageTests/BenchmarkExeV10/benchmarks/bench-Foo.hs
module Main where
import Foo
import System.Exit
main :: IO ()
main | fooTest [] = exitSuccess
| otherwise = exitFailure
module Main where
import Foo
import System.Exit
main :: IO ()
main | fooTest [] = exitSuccess
| otherwise = exitFailure