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 cyclical import tests with 1 and 2 hops in cycle
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
PackageInfoModule
/
Executable
/
my.cabal
blob
a2aa9da5270b9235605cc88b419809d0bc133b52
1
Cabal-version: 3.12
2
name: PackageInfoModule
3
version: 0.1
4
license: BSD-3-Clause
5
author: Gautier DI FOLCO
6
stability: stable
7
category: PackageTests
8
build-type: Simple
9
10
description:
11
Check that the generated package info module compiles.
12
13
Executable TestPackageInfoModule
14
main-is: Main.hs
15
other-modules:
16
PackageInfo_PackageInfoModule
17
Paths_PackageInfoModule
18
build-depends: base