(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / InternalVersions / BuildToolsBad / build-tools-bad-version.cabal
blobd6e06f8ff17770bb68867b5572ffb7577291a729
1 name:                build-tools-bad-version
2 version:             0.1.0.0
3 synopsis:            Checks build-tools errs for bad version
4 license:             BSD3
5 category:            Testing
6 build-type:          Simple
7 cabal-version:       >=1.10
9 library
10   exposed-modules:     Foo
11   build-tools:         hello-world >=2
12   -- ^ internal dependency, bad version bounds
13   default-language:    Haskell2010
15 executable             hello-world
16   main-is:             Main.hs
17   build-depends:       base
18   default-language:    Haskell2010