(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / Regression / T5213ExeCoverage / cabal-gh5213.cabal
blob1f27196421e3d76f9beb174e1d32f9d96b9eba95
1 -- Initial cabal-gh5213.cabal generated by cabal init.  For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
4 name:                cabal-gh5213
5 version:             0.1
6 -- synopsis:
7 -- description:
8 license:             BSD3
9 author:              Ryan Scott
10 maintainer:          ryan.gl.scott@gmail.com
11 -- copyright:
12 category:            Testing
13 build-type:          Simple
14 cabal-version:       >=1.10
16 library
17   exposed-modules:     CabalGH5213Exposed
18   other-modules:       CabalGH5213Other
19   -- other-extensions:
20   build-depends:       base >= 4 && < 5
21   hs-source-dirs:      src
22   default-language:    Haskell2010
24 test-suite tests
25   main-is:             Main.hs
26   type:                exitcode-stdio-1.0
27   build-depends:       base, cabal-gh5213
28   hs-source-dirs:      tests
29   default-language:    Haskell2010