Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / VersionPriority / cabal-version-override.cabal
blob181bdef8e7dd0af61af36b0edb2491b7de327669
1 cabal-version:      3.0
2 name:               cabal-version-override
3 version:            0.1.0.0
4 license:            MPL-2.0
5 author:             Phil de Joux
6 category:           Development
7 build-type:         Simple
9 common warnings
10     ghc-options: -Wall
12 executable cabal-version-override
13     import:           warnings
14     main-is:          Main.hs
15     build-depends:    base, hashable
16     hs-source-dirs:   app
17     default-language: Haskell2010