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
Merge pull request #10371 from geekosaur/sdist-whoopsie
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SetupHooks
/
SetupHooksBadDiff1
/
setup-hooks-bad-diff1-test.cabal
blob
37e0db3efdaa3a34fa248e7cad46c473fa95be3f
1
cabal-version: 3.14
2
name: setup-hooks-bad-diff1-test
3
version: 0.1.0.0
4
synopsis: Test 1 for a bad component diff
5
license: BSD-3-Clause
6
author: NA
7
maintainer: NA
8
category: Testing
9
build-type: Hooks
10
11
custom-setup
12
setup-depends: Cabal-hooks, base
13
14
library
15
build-depends: base
16
default-language: Haskell2010