(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / DeterministicAr / my.cabal
blob12f694ea422cf8acb79f0d9b32318cedf30d8a27
1 name: DeterministicAr
2 version: 0
3 license: BSD3
4 cabal-version: >= 1.10
5 author: Liyang HU
6 stability: stable
7 category: PackageTests
8 build-type: Simple
10 description:
11     Ensure our GNU ar -D emulation (#1537) works as advertised: check that
12     all metadata in the resulting .a archive match the default.
14 Library
15     default-language: Haskell2010
16     exposed-modules: Lib
17     build-depends: base