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
Add “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
UniqueIPID
/
P2
/
my.cabal
blob
ad8691d58630832018e05b93860a36bb98215116
1
name: UniqueIPID
2
version: 0.1
3
license: BSD3
4
author: Vishal Agrawal
5
stability: stable
6
category: PackageTests
7
build-type: Simple
8
Cabal-version: >= 1.2
9
10
description:
11
Check that Cabal generates unique IPID based on source.
12
13
Library
14
exposed-modules: M
15
build-depends: base, containers