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
/
Regression
/
T4449
/
test-t4449.cabal
blob
6a8c3d831648fd1691bba940e5a68ee3938e4f3a
1
name: test-t4449
2
version: 0.1.0.0
3
license: BSD3
4
author: Test
5
maintainer: test@example.com
6
build-type: Simple
7
cabal-version: >=1.10
8
9
library
10
exposed-modules: A
11
build-depends: base
12
default-language: Haskell2010
13
ghc-options: -trust base -trust containers