(cabal check) Add "Autogen include" test for ts
[cabal.git] / cabal-testsuite / PackageTests / DuplicateModuleName / src / Foo.hs
bloba964bac52036fd9a480fa4196935b5fdeda3da9a
1 module Foo where
3 import Distribution.TestSuite
5 tests :: IO [Test]
6 tests = return [Test $ TestInstance
7 { run = return (Finished (Fail "A"))
8 , name = "test A"
9 , tags = []
10 , options = []
11 , setOption = \_ _-> Left "No Options"