Merge pull request #10599 from cabalism/typo/depency
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / issue-7776-c.cabal
blob8ef8aa6af54146f41dbd93a1ed6f3e6079a57051
1 cabal-version: 3.4
2 name:          issue
3 version:       7776
4 build-type:    Simple
5 synopsis:      duplicate-module check
6 category:      Test
7 description:   With duplicate modules not guarded by any condition, it should throw an error.
8 license:       BSD-3-Clause
9 license-file:  LICENSE
10 maintainer:    Cabal Contributors
12 library
13     exposed-modules:  Foo
14     other-modules:
15         GHC.Hs.Type
16     hs-source-dirs:
17         compat
18     other-modules:
19         GHC.Hs.Type
20     default-language: Haskell2010