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
/
Check
/
ConfiguredPackage
/
Sanity
/
AutogenExposedOtherBenchmark
/
pkg.cabal
blob
c0974d47744df4fe022ea7505197262c3f3e97cd
1
cabal-version: 3.0
2
name: pkg
3
synopsis: synopsis
4
description: description
5
version: 0
6
category: example
7
maintainer: none@example.com
8
license: GPL-3.0-or-later
9
10
benchmark benchmark
11
main-is: Main.hs
12
default-language: Haskell2010
13
autogen-modules: AutoGenMod
14
type: exitcode-stdio-1.0