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 #10709 from Kleidukos/cabal-3.14.1.1-release-notes
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
OnlyTestSuite
/
OnlyTestSuite.cabal
blob
c449f91998c51667983562c095e4f29f3ce5bd17
1
cabal-version: 3.0
2
name: OnlyTestSuite
3
version: 0.1.0.0
4
build-type: Simple
5
6
common warnings
7
ghc-options: -Wall
8
9
test-suite OnlyTestSuite-test
10
import: warnings
11
default-language: Haskell2010
12
type: exitcode-stdio-1.0
13
hs-source-dirs: test
14
main-is: Main.hs
15
build-depends: base