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 #10493 from Sdywolf/doc-refine/repl
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ConfigureComponent
/
Test
/
Test.cabal
blob
63747dc7f9245c4342c1d43629c258bd827643d6
1
name: test-for-cabal
2
version: 0.1.0.0
3
license: BSD3
4
author: Edward Z. Yang
5
maintainer: ezyang@cs.stanford.edu
6
build-type: Simple
7
cabal-version: >=1.10
8
9
library
10
exposed-modules: Lib
11
build-depends: base
12
default-language: Haskell2010
13
14
test-suite testsuite
15
build-depends: test-for-cabal, testlib, base
16
type: exitcode-stdio-1.0
17
main-is: Test.hs
18
hs-source-dirs: tests
19
default-language: Haskell2010