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
Add logging and assertions on output to cyclical test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Project
/
WarnBuilddir
/
main.cabal
blob
5e11f7c002dc710f692142ad23dab3390f311915
1
cabal-version: 3.0
2
3
name: main
4
version: 0.1
5
build-type: Simple
6
category: Test
7
maintainer: Joe
8
synopsis: Test input
9
description: Test input
10
license: BSD-3-Clause
11
12
library
13
build-depends: base
14
default-language: Haskell2010