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 #10662 from haskell/ulysses4ever-prerelease-cleanup-fixup
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
SetupHooks
/
SetupHooksNoBase
/
setup-hooks-no-base-test.cabal
blob
a75c76d07ff19bb231042713d92d69e7a7da40ee
1
cabal-version: 3.14
2
name: setup-hooks-no-base-test
3
version: 0.1.0.0
4
synopsis: Test that we can build Setup.hs without base
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
13
14
library
15
exposed-modules: A
16
default-language: Haskell2010