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
/
CabalVersion
/
ExtraDynamicLibraryFlavour
/
pkg.cabal
blob
382bbfe1d9663870b53aae633f88fa0362382b41
1
cabal-version: 1.12
2
build-type: Simple
3
name: pkg
4
synopsis: synopsis
5
description: description
6
version: 0
7
category: example
8
maintainer: none@example.com
9
license: GPL-3
10
license-file: LICENSE
11
12
library
13
exposed-modules: Module
14
extra-dynamic-library-flavours: asm
15
default-language: Haskell2010