5 synopsis: duplicate-module check
7 description: With duplicate modules, even with overlapping conditions, it should be buildable but should show a warning.
10 maintainer: Cabal Contributors
12 -- Example taken from hashable-1.3.0
15 -- the base lower bound makes the package not buildable with ghc < 6.8
16 -- but cabal is not smart enough to know it :-P
17 build-depends: base >= 4.5 && < 4.15
18 default-language: Haskell2010
21 main-is: Benchmarks.hs
23 Data.Hashable.RandomSource
24 type: exitcode-stdio-1.0
26 Ghc-options: -fwarn-tabs
28 other-modules: Data.Hashable.RandomSource
29 default-language: Haskell2010