repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No duplicate names" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
DeterministicAr
/
my.cabal
blob
12f694ea422cf8acb79f0d9b32318cedf30d8a27
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
9
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.
13
14
Library
15
default-language: Haskell2010
16
exposed-modules: Lib
17
build-depends: base
18