Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / MultiRepl / CabalTooOld / pkg-a / pkg-a.cabal
blobb68f934c67a9aa9eff31c5369532c6f0d704b9ff
1 cabal-version: 2.2
2 name: pkg-a
3 version: 0
4 build-type: Custom
6 custom-setup
7   setup-depends:
8     base  >= 4 && < 5,
9     Cabal < 3.11
11 library
12   default-language: Haskell2010
13   build-depends: base
14   exposed-modules: Foo