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 "Version signatures" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CheckSetup
/
my.cabal
blob
538e6375142662383df396498843aefb3ea4f687
1
name: CheckSetup
2
version: 0.1
3
license: BSD3
4
license-file: LICENSE
5
author: Alexander Vershilov
6
maintainer: Alexander Vershilov
7
synopsis: Check setup
8
category: PackageTests
9
build-type: Custom
10
cabal-version: 2.0
11
12
description:
13
Check that Cabal recognizes problems with setup module.
14
15
custom-setup
16
setup-depends:
17
base,
18
Cabal,
19
bytestring
20
21
Library
22
default-language: Haskell2010
23
build-depends: base <5.0
24
exposed-modules:
25
MyLibrary