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
Un-ignore .bat files
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SetupHooks
/
SetupHooksDuplicateRuleId
/
setup-hooks-duplicate-rule-id-test.cabal
blob
ff982ea9abf51ccb028ae3b25d0b40e6633d2e09
1
cabal-version: 3.14
2
name: setup-hooks-duplicate-rule-id-test
3
version: 0.1.0.0
4
synopsis: Test duplicate rule ids
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